diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2021-12-10 11:58:56 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2021-12-10 11:58:56 +0200 |
commit | c85634612d741e496eea8619bf75d40a68f2a53b (patch) | |
tree | b8d3f97601ce22e6d509228543bcd8f5045fb239 /test/iolint.awk | |
parent | d6404b8adac3d44272d0725786d5d45c291ee04d (diff) | |
parent | cfa3ac1c6a0fcbe794df853f25c757e4acd5fcc0 (diff) | |
download | egawk-c85634612d741e496eea8619bf75d40a68f2a53b.tar.gz egawk-c85634612d741e496eea8619bf75d40a68f2a53b.tar.bz2 egawk-c85634612d741e496eea8619bf75d40a68f2a53b.zip |
Merge branch 'gawk-5.1-stable'
Diffstat (limited to 'test/iolint.awk')
-rw-r--r-- | test/iolint.awk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/iolint.awk b/test/iolint.awk index 042f743b..3ebaf436 100644 --- a/test/iolint.awk +++ b/test/iolint.awk @@ -49,8 +49,8 @@ BEGIN { # `%.*s' used for output pipe and two-way pipe # Not doing |& due to race condition and signals. sigh cat = "cat" - print "hello" | "cat" print "/bin/cat \"$@\"" > "cat" + print "hello" | "cat" print close("cat") print close("cat") fflush() |