aboutsummaryrefslogtreecommitdiffstats
path: root/test/clos1way6.awk
diff options
context:
space:
mode:
Diffstat (limited to 'test/clos1way6.awk')
-rw-r--r--test/clos1way6.awk2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/clos1way6.awk b/test/clos1way6.awk
index 19779d73..f10c0193 100644
--- a/test/clos1way6.awk
+++ b/test/clos1way6.awk
@@ -3,5 +3,5 @@ BEGIN {
PROCINFO[cmd, "NONFATAL"] = 1
print "test1" |& cmd; close(cmd, "to")
fflush(cmd)
- print "test2" |& cmd; print ERRNO
+ print "test2" |& cmd; print gensub(/number/, "descriptor", 1, ERRNO)
}