homeshick/git-config-for-tests.patch
Olav Reinert 0fa4103185 Accepting request 1036293 from home:oreinert:branches:utilities
- 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
2022-11-16 21:29:47 +00:00

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 {