diff options
author | Jeff King <peff@peff.net> | 2010-12-18 22:53:58 -0500 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2010-12-19 10:49:34 -0800 |
commit | ac5ad864c2fdd3e354ac72e09e7cfec1df6eae79 (patch) | |
tree | 2dc0cde2b5ea94a9d46e90c7947170484822e6bd /t/t2107-update-index-basic.sh | |
parent | 6e67619d0cdc175557ca633dec391d4e795cf965 (diff) | |
download | git-ac5ad864c2fdd3e354ac72e09e7cfec1df6eae79.tar.gz git-ac5ad864c2fdd3e354ac72e09e7cfec1df6eae79.tar.xz |
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 <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t2107-update-index-basic.sh')
-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 33f8be0cd..809fafe20 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 ' |