fix?
authorShane Jaroch <chown_tee@proton.me>
Sat, 17 Jan 2026 12:41:12 +0000 (07:41 -0500)
committerShane Jaroch <chown_tee@proton.me>
Sat, 17 Jan 2026 12:41:12 +0000 (07:41 -0500)
tests/system-test-multikey.sh

index 962d2f461291c5d73a72a8c842ddd5d09937333e..6d65c2f15fbbe43cc36137362c6d3462945ab9f7 100755 (executable)
@@ -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))