Skip to content

Commit ac5ad86

Browse files
peffgitster
authored andcommitted
t2107: mark passing test as success
This failed on the branch where it was introduced, but was fixed by merging with 6e67619 (Merge branch 'jn/parse-options-extra'). Signed-off-by: Jeff King <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 6e67619 commit ac5ad86

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)