]> Pileus Git - ~andy/git/commitdiff
t2107: mark passing test as success
authorJeff King <peff@peff.net>
Sun, 19 Dec 2010 03:53:58 +0000 (22:53 -0500)
committerJunio C Hamano <gitster@pobox.com>
Sun, 19 Dec 2010 18:49:34 +0000 (10:49 -0800)
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 <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t2107-update-index-basic.sh

index 33f8be0cd7f805b7e3492d50a43abf7f16212130..809fafe208cbf68121295922a4c230b2a5e1aee3 100755 (executable)
@@ -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
 '