X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=t%2Ft0040-parse-options.sh;h=a1e4616febe6c67f67ab2b4380610abc92468ba5;hb=96e33609974a79e6826dc62d008a8bc9c0923612;hp=007f39d5e1dca6eff7e01969282c4cf2dc1bb57a;hpb=0814d6e554c45636f41856cc2204abe2f661560c;p=git.git diff --git a/t/t0040-parse-options.sh b/t/t0040-parse-options.sh index 007f39d5e..a1e4616fe 100755 --- a/t/t0040-parse-options.sh +++ b/t/t0040-parse-options.sh @@ -87,7 +87,7 @@ EOF test_expect_success 'long options' ' test-parse-options --boolean --integer 1729 --boolean --string2=321 \ --verbose --verbose --no-dry-run --abbrev=10 --file fi.le\ - > output 2> output.err && + --obsolete > output 2> output.err && test ! -s output.err && test_cmp expect output '