diff options
Diffstat (limited to 't')
-rwxr-xr-x | t/t6500-gc.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t6500-gc.sh b/t/t6500-gc.sh index ed22dcc76f..5d7d414617 100755 --- a/t/t6500-gc.sh +++ b/t/t6500-gc.sh @@ -30,7 +30,7 @@ test_expect_success 'gc -h with invalid configuration' ' test_i18ngrep "[Uu]sage" broken/usage ' -test_expect_failure 'gc is not aborted due to a stale symref' ' +test_expect_success 'gc is not aborted due to a stale symref' ' git init remote && ( cd remote && |