summaryrefslogtreecommitdiff
path: root/t/t7516-commit-races.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/t7516-commit-races.sh')
-rwxr-xr-xt/t7516-commit-races.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t7516-commit-races.sh b/t/t7516-commit-races.sh
index ed04d1c..f2ce14e 100755
--- 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