Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
t9502: fix &&-chain breakage
[gitweb.git]
/
t
/
t7510-signed-commit.sh
diff --git
a/t/t7510-signed-commit.sh
b/t/t7510-signed-commit.sh
index 474dab381aef027207026cb938df7a09cc7a9056..fc1ff452833749ad727f27f4c88ab3b174421ee7 100755
(executable)
--- a/
t/t7510-signed-commit.sh
+++ b/
t/t7510-signed-commit.sh
@@
-42,7
+42,7
@@
test_expect_success GPG 'create signed commits' '
git tag seventh-unsigned &&
test_tick && git rebase -f HEAD^^ && git tag sixth-signed HEAD^ &&
- git tag seventh-signed
+ git tag seventh-signed
&&
echo 8 >file && test_tick && git commit -a -m eighth -SB7227189 &&
git tag eighth-signed-alt