diff options
Diffstat (limited to 'testing/boxes/fix-test.patch')
-rw-r--r-- | testing/boxes/fix-test.patch | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/testing/boxes/fix-test.patch b/testing/boxes/fix-test.patch new file mode 100644 index 0000000000..ca52af2545 --- /dev/null +++ b/testing/boxes/fix-test.patch @@ -0,0 +1,36 @@ +diff --git a/test/004_missing_option_argument.txt b/test/004_missing_option_argument.txt +deleted file mode 100644 +index d0fa894..0000000 +--- a/test/004_missing_option_argument.txt ++++ /dev/null +@@ -1,11 +0,0 @@ +-:ARGS +--s +-:INPUT +-:OUTPUT-FILTER +-1s/^.\+: /boxes: / +-1s/-- s$/-- 's'/ +-:EXPECTED-ERROR 1 +-boxes: option requires an argument -- 's' +-Usage: boxes [options] [infile [outfile]] +-Try `boxes -h' for more information. +-:EOF +diff --git a/test/065_size_missing_argument.txt b/test/065_size_missing_argument.txt +deleted file mode 100644 +index 2c432e7..0000000 +--- a/test/065_size_missing_argument.txt ++++ /dev/null +@@ -1,12 +0,0 @@ +-:ARGS +--s +-:INPUT +-foo +-:OUTPUT-FILTER +-1s/^.\+: /boxes: / +-1s/-- s$/-- 's'/ +-:EXPECTED-ERROR 1 +-boxes: option requires an argument -- 's' +-Usage: boxes [options] [infile [outfile]] +-Try `boxes -h' for more information. +-:EOF +\ No newline at end of file |