aboutsummaryrefslogtreecommitdiffstats
path: root/test/parseme.ok
diff options
context:
space:
mode:
Diffstat (limited to 'test/parseme.ok')
-rw-r--r--test/parseme.ok5
1 files changed, 3 insertions, 2 deletions
diff --git a/test/parseme.ok b/test/parseme.ok
index 5e6552a3..b13fcaca 100644
--- a/test/parseme.ok
+++ b/test/parseme.ok
@@ -1,4 +1,5 @@
gawk: parseme.awk:1: BEGIN { toupper(substr*line,1,12)) }
gawk: parseme.awk:1: ^ syntax error
-gawk: parseme.awk:1: fatal: 0 is invalid as number of arguments for toupper
-EXIT CODE: 2
+gawk: parseme.awk:1: BEGIN { toupper(substr*line,1,12)) }
+gawk: parseme.awk:1: ^ 2 is invalid as number of arguments for toupper
+EXIT CODE: 1