aboutsummaryrefslogtreecommitdiffstats
path: root/test/clsflnam.awk
diff options
context:
space:
mode:
Diffstat (limited to 'test/clsflnam.awk')
-rw-r--r--test/clsflnam.awk2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/clsflnam.awk b/test/clsflnam.awk
index 53928912..0ba601f0 100644
--- a/test/clsflnam.awk
+++ b/test/clsflnam.awk
@@ -4,7 +4,7 @@ BEGIN {
# print ("FILENAME =", FILENAME) > "/dev/stderr"
#Rewind the file
if (close(FILENAME)) {
- print "Error " ERRNO " closing input file" > "/dev/stderr";
+ print "Error `" ERRNO "' closing input file" > "/dev/stderr";
exit;
}
}