1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-16 12:45:18 +03:00
aports/testing/boxes/fix-test.patch
2021-03-16 07:21:07 +00:00

36 lines
893 B
Diff

diff --git a/test/004_missing_option_argument.txt b/test/004_missing_option_argument.txt
deleted file mode 100644
index 8222bbb..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 6dad5ae..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