diff options
-rw-r--r-- | testsuite/cut.tests | 19 | ||||
-rwxr-xr-x | testsuite/grep.tests | 1 |
2 files changed, 0 insertions, 20 deletions
diff --git a/testsuite/cut.tests b/testsuite/cut.tests deleted file mode 100644 index e332e801d..000000000 --- a/testsuite/cut.tests +++ /dev/null | |||
@@ -1,19 +0,0 @@ | |||
1 | #!/bin/sh | ||
2 | |||
3 | # grep tests. | ||
4 | # Copyright 2007 by Denys Vlasenko <vda.linux@googlemail.com> | ||
5 | # Licensed under GPL v2, see file LICENSE for details. | ||
6 | |||
7 | . testing.sh | ||
8 | |||
9 | # testing "test name" "options" "expected result" "file input" "stdin" | ||
10 | # file input will be file called "input" | ||
11 | # test can create a file "actual" instead of writing to stdout | ||
12 | |||
13 | testing "cut '-' (stdin) and multi file handling" \ | ||
14 | "cut -d' ' -f2 - input" \ | ||
15 | "over\n""quick\n" \ | ||
16 | "the quick brown fox\n" \ | ||
17 | "jumps over the lazy dog\n" \ | ||
18 | |||
19 | exit $FAILCOUNT | ||
diff --git a/testsuite/grep.tests b/testsuite/grep.tests index afbe8e7c9..bb682dba4 100755 --- a/testsuite/grep.tests +++ b/testsuite/grep.tests | |||
@@ -1,6 +1,5 @@ | |||
1 | #!/bin/sh | 1 | #!/bin/sh |
2 | 2 | ||
3 | # grep tests. | ||
4 | # Copyright 2005 by Rob Landley <rob@landley.net> | 3 | # Copyright 2005 by Rob Landley <rob@landley.net> |
5 | # Licensed under GPL v2, see file LICENSE for details. | 4 | # Licensed under GPL v2, see file LICENSE for details. |
6 | 5 | ||