aboutsummaryrefslogtreecommitdiffstats
path: root/test/iolint.ok
diff options
context:
space:
mode:
Diffstat (limited to 'test/iolint.ok')
-rw-r--r--test/iolint.ok22
1 files changed, 11 insertions, 11 deletions
diff --git a/test/iolint.ok b/test/iolint.ok
index 5a4ae823..70f1cd2b 100644
--- a/test/iolint.ok
+++ b/test/iolint.ok
@@ -1,33 +1,33 @@
-gawk: ./iolint.awk:7: warning: `f1' used for input file and for output file
+gawk: iolint.awk:7: warning: `f1' used for input file and for output file
0
0
-gawk: ./iolint.awk:16: warning: `echo hello' used for input file and two-way pipe
-gawk: ./iolint.awk:17: warning: `echo hello' used for input pipe and two-way pipe
-gawk: ./iolint.awk:17: warning: `echo hello' used for input file and input pipe
+gawk: iolint.awk:16: warning: `echo hello' used for input file and two-way pipe
+gawk: iolint.awk:17: warning: `echo hello' used for input pipe and two-way pipe
+gawk: iolint.awk:17: warning: `echo hello' used for input file and input pipe
hello hello hello
0
0
0
foo
0
-gawk: ./iolint.awk:30: warning: close: `cat' is not an open file, pipe or co-process
+gawk: iolint.awk:30: warning: close: `cat' is not an open file, pipe or co-process
-1
-gawk: ./iolint.awk:35: warning: unnecessary mixing of `>' and `>>' for file `f2'
+gawk: iolint.awk:35: warning: unnecessary mixing of `>' and `>>' for file `f2'
0
-gawk: ./iolint.awk:37: warning: close: `f2' is not an open file, pipe or co-process
+gawk: iolint.awk:37: warning: close: `f2' is not an open file, pipe or co-process
-1
-gawk: ./iolint.awk:42: warning: `md5sum' used for output file and output pipe
+gawk: iolint.awk:42: warning: `md5sum' used for output file and output pipe
b1946ac92492d2347c6235b4d2611184 -
0
0
-gawk: ./iolint.awk:49: warning: `echo hello' used for input pipe and output file
+gawk: iolint.awk:49: warning: `echo hello' used for input pipe and output file
0
0
-gawk: ./iolint.awk:60: warning: `exec cat' used for output file and output pipe
+gawk: iolint.awk:60: warning: `exec cat' used for output file and output pipe
hello
0
0
-gawk: ./iolint.awk:69: warning: `echo hello' used for input pipe and output pipe
+gawk: iolint.awk:69: warning: `echo hello' used for input pipe and output pipe
hello
0
0