Skip to content

Commit 3f246b1

Browse files
committed
Merge branch 'jk/t2107-now-passes'
* jk/t2107-now-passes: t2107: mark passing test as success
2 parents f7d07cc + ac5ad86 commit 3f246b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/t2107-update-index-basic.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ test_expect_success 'update-index --nonsense fails' '
1313
test -s msg
1414
'
1515

16-
test_expect_failure 'update-index --nonsense dumps usage' '
16+
test_expect_success 'update-index --nonsense dumps usage' '
1717
test_expect_code 129 git update-index --nonsense 2>err &&
1818
grep "[Uu]sage: git update-index" err
1919
'

0 commit comments

Comments
 (0)