From: Shane Jaroch Date: Sat, 17 Jan 2026 12:41:12 +0000 (-0500) Subject: fix? X-Git-Url: https://git.nutra.tk/v1?a=commitdiff_plain;h=bd1103ccc61a5b2844200daa5cb7fc67910705d6;p=gamesguru%2Fgit-remote-gcrypt.git fix? --- diff --git a/tests/system-test-multikey.sh b/tests/system-test-multikey.sh index 962d2f4..6d65c2f 100755 --- a/tests/system-test-multikey.sh +++ b/tests/system-test-multikey.sh @@ -167,6 +167,7 @@ print_info "Step 2: Creating source repository..." { git init -- "${tempdir}/first" cd "${tempdir}/first" + git checkout -b "${default_branch}" for ((i = 0; i < num_commits; ++i)); do for ((j = 0; j < files_per_commit; ++j)); do file_index=$((i * files_per_commit + j))