aboutsummaryrefslogtreecommitdiff
path: root/testing/boxes/fix-test.patch
blob: ca52af2545647ded5054c0e58076fcffaf4a3c45 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
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