summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 6e67619)
raw | patch | inline | side by side (parent: 6e67619)
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>
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 |
index 33f8be0cd7f805b7e3492d50a43abf7f16212130..809fafe208cbf68121295922a4c230b2a5e1aee3 100755 (executable)
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
'