X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=t%2Ft0040-parse-options.sh;h=007f39d5e1dca6eff7e01969282c4cf2dc1bb57a;hb=7c10882c0d299b5d1dbe2c633e95c91ca6152197;hp=3d450ed379fcd1bf480fc75feb0e6ddb8f05e5be;hpb=71ee7fd15457a0252c089420b5b66de266dcbd2f;p=git.git diff --git a/t/t0040-parse-options.sh b/t/t0040-parse-options.sh index 3d450ed37..007f39d5e 100755 --- a/t/t0040-parse-options.sh +++ b/t/t0040-parse-options.sh @@ -7,7 +7,7 @@ test_description='our own option parser' . ./test-lib.sh -cat > expect.err << EOF +cat > expect << EOF usage: test-parse-options -b, --boolean get a boolean @@ -19,7 +19,7 @@ usage: test-parse-options --set23 set integer to 23 -t