Fix various issues with tests

This commit is contained in:
2014-08-21 02:53:48 +01:00
parent 382a174355
commit ad59c37cfb
8 changed files with 14 additions and 13 deletions

View File

@@ -46,5 +46,4 @@ assert 'parse-argument file f -v --file=foo\ bar.txt' "foo bar.txt"
assert 'parse-argument file f -v --file="foo bar.txt"' "foo bar.txt"
assert "parse-argument file f -v --file='foo bar.txt'" "foo bar.txt"
assert_end "parse-argument()"