boxes/test/004_missing_option_argument.txt

14 lines
254 B
Plaintext

:ARGS
-s
:INPUT
:OUTPUT-FILTER
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