Olav Reinert
0fa4103185
- Improve fix for build issue against Factory: * Replace git-protocol-file-allow.patch with git-config-for-tests.patch OBS-URL: https://build.opensuse.org/request/show/1036293 OBS-URL: https://build.opensuse.org/package/show/utilities/homeshick?expand=0&rev=19
13 lines
379 B
Diff
13 lines
379 B
Diff
--- homeshick-2.0.0/test/helper.bash.orig 2022-11-16 22:11:08.095666823 +0100
|
|
+++ homeshick-2.0.0/test/helper.bash 2022-11-16 22:12:58.279790390 +0100
|
|
@@ -75,6 +75,9 @@
|
|
mk_structure
|
|
# shellcheck source=homeshick.sh
|
|
source "$HOMESHICK_FN_SRC_SH"
|
|
+
|
|
+ git config --global init.defaultBranch master
|
|
+ git config --global protocol.file.allow always
|
|
}
|
|
|
|
function setup {
|