X-Git-Url: http://git.scottworley.com/pinch/blobdiff_plain/7f4c3ace15d9dc80a366743e5f7a38ec7b2af201..ba23f9978a3e5f47051ad611a71996b26de4c02e:/tests/lib/test-setup.sh diff --git a/tests/lib/test-setup.sh b/tests/lib/test-setup.sh index 4742ff0..f3eb661 100644 --- a/tests/lib/test-setup.sh +++ b/tests/lib/test-setup.sh @@ -1,5 +1,7 @@ set -e +export BACKOFF_MAX_TIME=0 + export GIT_AUTHOR_NAME=automation export GIT_COMMITTER_NAME=automation export GIT_AUTHOR_EMAIL=auto@mati.on @@ -17,7 +19,7 @@ foo_setup() { repo_dir="`mktemp -d`" repo="$repo_dir/repo" - git init "$repo" + git -c init.defaultBranch=master init "$repo" ( cd "$repo" echo Contents > test-file