Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
t9502: fix &&-chain breakage
[gitweb.git]
/
t
/
t7516-commit-races.sh
diff --git
a/t/t7516-commit-races.sh
b/t/t7516-commit-races.sh
index ed04d1c425e2a9ca5812e5ad7c8b2e3f45755fab..f2ce14e9071c0a3b071f53186c2d311103883443 100755
(executable)
--- a/
t/t7516-commit-races.sh
+++ b/
t/t7516-commit-races.sh
@@
-3,7
+3,7
@@
test_description='git commit races'
. ./test-lib.sh
-test_expect_
failure
'race to create orphan commit' '
+test_expect_
success
'race to create orphan commit' '
write_script hare-editor <<-\EOF &&
git commit --allow-empty -m hare
EOF