Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'mk/maint-parse-careful'
[gitweb.git]
/
t
/
t0040-parse-options.sh
diff --git
a/t/t0040-parse-options.sh
b/t/t0040-parse-options.sh
index 0a3b55d1212ddeda87f1f3ffa4c4e2fbefb44553..0e2933a984fcf6a23b60e54ed43c411c699d4347 100755
(executable)
--- a/
t/t0040-parse-options.sh
+++ b/
t/t0040-parse-options.sh
@@
-87,9
+87,9
@@
test_expect_success 'unambiguously abbreviated option with "="' '
git diff expect output
'
-test_expect_
failure
'ambiguously abbreviated option' '
+test_expect_
success
'ambiguously abbreviated option' '
test-parse-options --strin 123;
-
test $? !
= 129
+
test $?
= 129
'
cat > expect << EOF