diff options
-rwxr-xr-x | t/t2107-update-index-basic.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t2107-update-index-basic.sh b/t/t2107-update-index-basic.sh index 33f8be0cd7..809fafe208 100755 --- a/t/t2107-update-index-basic.sh +++ b/t/t2107-update-index-basic.sh @@ -13,7 +13,7 @@ test_expect_success 'update-index --nonsense fails' ' test -s msg ' -test_expect_failure 'update-index --nonsense dumps usage' ' +test_expect_success 'update-index --nonsense dumps usage' ' test_expect_code 129 git update-index --nonsense 2>err && grep "[Uu]sage: git update-index" err ' |