projects
/
gamesguru
/
git-remote-gcrypt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8612d1d
)
fix?
author
Shane Jaroch
<chown_tee@proton.me>
Sat, 17 Jan 2026 12:41:12 +0000
(07:41 -0500)
committer
Shane Jaroch
<chown_tee@proton.me>
Sat, 17 Jan 2026 12:41:12 +0000
(07:41 -0500)
tests/system-test-multikey.sh
patch
|
blob
|
history
diff --git
a/tests/system-test-multikey.sh
b/tests/system-test-multikey.sh
index 962d2f461291c5d73a72a8c842ddd5d09937333e..6d65c2f15fbbe43cc36137362c6d3462945ab9f7 100755
(executable)
--- 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))