We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f7d07cc + ac5ad86 commit 3f246b1Copy full SHA for 3f246b1
t/t2107-update-index-basic.sh
@@ -13,7 +13,7 @@ test_expect_success 'update-index --nonsense fails' '
13
test -s msg
14
'
15
16
-test_expect_failure 'update-index --nonsense dumps usage' '
+test_expect_success 'update-index --nonsense dumps usage' '
17
test_expect_code 129 git update-index --nonsense 2>err &&
18
grep "[Uu]sage: git update-index" err
19
0 commit comments