Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
t2107: mark passing test as success
author
Jeff King
<peff@peff.net>
Sun, 19 Dec 2010 03:53:58 +0000
(22:53 -0500)
committer
Junio 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
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
6e67619
)
diff --git
a/t/t2107-update-index-basic.sh
b/t/t2107-update-index-basic.sh
index 33f8be0cd7f805b7e3492d50a43abf7f16212130..809fafe208cbf68121295922a4c230b2a5e1aee3 100755
(executable)
--- 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
'