Charles Bailey <cbailey32@xxxxxxxxxxxxx> writes: > test_expect_success 'long options' ' > - test-parse-options --boolean --integer 1729 --boolean --string2=321 \ > - --verbose --verbose --no-dry-run --abbrev=10 --file fi.le\ > - --obsolete > output 2> output.err && > + test-parse-options --boolean --integer 1729 --unsigned-long 16k \ > + --boolean --string2=321 --verbose --verbose --no-dry-run \ > + --abbrev=10 --file fi.le --obsolete \ > + > output 2> output.err && > test_must_be_empty output.err && > test_cmp expect output > ' It's trivial matter but the line: > + > output 2> output.err && should be written: > + >output 2>output.err && It was incorrectly written before but since you are modifying the line, it might be a good thing to change it now. Rémi -- To unsubscribe from this list: send the line "unsubscribe git" in