Adjust test cases 004 and 065 for musl and alpine output #103

This commit is contained in:
Thomas Jensen 2022-10-03 14:45:38 +02:00
parent 6b6c1ad528
commit fd0c3d8d90
No known key found for this signature in database
GPG Key ID: A4ACEE270D0FB7DB
2 changed files with 7 additions and 3 deletions

View File

@ -2,7 +2,9 @@
-s
:INPUT
:OUTPUT-FILTER
1s/^.+?: /boxes: /
1s/:\\/\\/
1s/^[^:]+: /boxes: /
1s/argument: s/argument -- s/
1s/-- s$/-- 's'/
:EXPECTED-ERROR 1
boxes: option requires an argument -- 's'

View File

@ -3,10 +3,12 @@
:INPUT
foo
:OUTPUT-FILTER
1s/^.+?: /boxes: /
1s/:\\/\\/
1s/^[^:]+: /boxes: /
1s/argument: s/argument -- s/
1s/-- s$/-- 's'/
:EXPECTED-ERROR 1
boxes: option requires an argument -- 's'
Usage: boxes [options] [infile [outfile]]
Try `boxes -h' for more information.
:EOF
:EOF