diff options
Diffstat (limited to 'testsuite/awk.tests')
-rwxr-xr-x | testsuite/awk.tests | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/testsuite/awk.tests b/testsuite/awk.tests index f69da2cc9..4eabd7595 100755 --- a/testsuite/awk.tests +++ b/testsuite/awk.tests | |||
@@ -1,12 +1,11 @@ | |||
1 | #!/bin/sh | 1 | #!/bin/sh |
2 | 2 | ||
3 | # awk tests. | ||
4 | # Copyright 2007 by Denys Vlasenko <vda.linux@googlemail.com> | 3 | # Copyright 2007 by Denys Vlasenko <vda.linux@googlemail.com> |
5 | # Licensed under GPL v2, see file LICENSE for details. | 4 | # Licensed under GPL v2, see file LICENSE for details. |
6 | 5 | ||
7 | . testing.sh | 6 | . testing.sh |
8 | 7 | ||
9 | # testing "description" "arguments" "result" "infile" "stdin" | 8 | # testing "description" "command" "result" "infile" "stdin" |
10 | 9 | ||
11 | testing "awk -F case 0" "awk -F '[#]' '{ print NF }'" "" "" "" | 10 | testing "awk -F case 0" "awk -F '[#]' '{ print NF }'" "" "" "" |
12 | testing "awk -F case 1" "awk -F '[#]' '{ print NF }'" "0\n" "" "\n" | 11 | testing "awk -F case 1" "awk -F '[#]' '{ print NF }'" "0\n" "" "\n" |