diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2021-05-10 21:27:44 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2021-05-10 21:27:44 +0300 |
commit | b4fe35ca5bec12ac96522963b1922ac1303b86c9 (patch) | |
tree | e88caadd2bf5b9a4cbc20069c652bee1fa4604fc | |
parent | 056cf0f36f054e41f61f86ca4c37046da218d8d9 (diff) | |
download | egawk-b4fe35ca5bec12ac96522963b1922ac1303b86c9.tar.gz egawk-b4fe35ca5bec12ac96522963b1922ac1303b86c9.tar.bz2 egawk-b4fe35ca5bec12ac96522963b1922ac1303b86c9.zip |
Fix iolint.ok.
-rw-r--r-- | test/ChangeLog | 1 | ||||
-rw-r--r-- | test/iolint.ok | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/test/ChangeLog b/test/ChangeLog index cf133b5c..b179fa94 100644 --- a/test/ChangeLog +++ b/test/ChangeLog @@ -9,6 +9,7 @@ * iolint.awk: Change order so can use plain 'cat' instead of 'exec cat'. Makes it available for MinGW. + * iolint.ok: Update after code changes. * Makefile.am (iolint): Update shell recipe. 2021-05-09 Eli Zaretskii <eliz@gnu.org> diff --git a/test/iolint.ok b/test/iolint.ok index 98743f97..0008b0aa 100644 --- a/test/iolint.ok +++ b/test/iolint.ok @@ -23,11 +23,11 @@ gawk: iolint.awk:42: warning: `cksum' used for output file and output pipe gawk: iolint.awk:49: warning: `echo hello' used for input pipe and output file 0 0 -gawk: iolint.awk:73: warning: `cat' used for output file and output pipe +gawk: iolint.awk:60: warning: `cat' used for output file and output pipe 0 hello 0 -gawk: iolint.awk:82: warning: `echo hello' used for input pipe and output pipe +gawk: iolint.awk:67: warning: `echo hello' used for input pipe and output pipe hello 0 0 |