aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2010-12-21 14:30:47 -0800
committerJunio C Hamano <gitster@pobox.com>2010-12-21 14:30:47 -0800
commit3f246b1cef2c568bbac1f71c25fbf8045ff6448a (patch)
tree2e74ff53dcb8a089c408b264895d8239e24e2d5d
parentf7d07cce82ccdbc3a7cf343943d359287cb19c5a (diff)
parentac5ad864c2fdd3e354ac72e09e7cfec1df6eae79 (diff)
downloadgit-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-xt/t2107-update-index-basic.sh2
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
'