diff options
author | Junio C Hamano <gitster@pobox.com> | 2010-12-21 14:30:47 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2010-12-21 14:30:47 -0800 |
commit | 3f246b1cef2c568bbac1f71c25fbf8045ff6448a (patch) | |
tree | 2e74ff53dcb8a089c408b264895d8239e24e2d5d | |
parent | f7d07cce82ccdbc3a7cf343943d359287cb19c5a (diff) | |
parent | ac5ad864c2fdd3e354ac72e09e7cfec1df6eae79 (diff) | |
download | git-3f246b1cef2c568bbac1f71c25fbf8045ff6448a.tar.gz git-3f246b1cef2c568bbac1f71c25fbf8045ff6448a.tar.xz |
Merge branch 'jk/t2107-now-passes'
* jk/t2107-now-passes:
t2107: mark passing test as success
-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 ' |