aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/ChangeLog5
-rw-r--r--test/aryprm4.ok2
-rw-r--r--test/scalar.ok2
-rw-r--r--test/sclforin.ok2
-rw-r--r--test/sclifin.ok2
5 files changed, 9 insertions, 4 deletions
diff --git a/test/ChangeLog b/test/ChangeLog
index e1b9f908..3258bd19 100644
--- a/test/ChangeLog
+++ b/test/ChangeLog
@@ -1,3 +1,8 @@
+Tue Feb 8 22:49:17 2011 Arnold D. Robbins <arnold@skeeve.com>
+
+ * aryprm4.ok, scalar.ok, sclforin.ok, sclifin.ok: Fixed to match
+ output message changes.
+
Mon Feb 7 21:39:39 2011 Arnold D. Robbins <arnold@skeeve.com>
* Makefile.am (negrange): New test.
diff --git a/test/aryprm4.ok b/test/aryprm4.ok
index 9307e4ab..31c49c60 100644
--- a/test/aryprm4.ok
+++ b/test/aryprm4.ok
@@ -1,2 +1,2 @@
-gawk: aryprm4.awk:6: fatal: attempt to use scalar `a' as array
+gawk: aryprm4.awk:6: fatal: attempt to use scalar `a' as an array
EXIT CODE: 2
diff --git a/test/scalar.ok b/test/scalar.ok
index 6aea31a7..99e1fc8c 100644
--- a/test/scalar.ok
+++ b/test/scalar.ok
@@ -1,2 +1,2 @@
-gawk: scalar.awk:3: fatal: attempt to use scalar `a' as array
+gawk: scalar.awk:3: fatal: attempt to use scalar `a' as an array
EXIT CODE: 2
diff --git a/test/sclforin.ok b/test/sclforin.ok
index 948df438..cbb52be4 100644
--- a/test/sclforin.ok
+++ b/test/sclforin.ok
@@ -1,2 +1,2 @@
-gawk: sclforin.awk:1: fatal: attempt to use scalar `j' as array
+gawk: sclforin.awk:1: fatal: attempt to use scalar `j' as an array
EXIT CODE: 2
diff --git a/test/sclifin.ok b/test/sclifin.ok
index a3ceeba0..ab03eeb8 100644
--- a/test/sclifin.ok
+++ b/test/sclifin.ok
@@ -1,2 +1,2 @@
-gawk: sclifin.awk:3: fatal: attempt to use scalar `j' as array
+gawk: sclifin.awk:3: fatal: attempt to use scalar `j' as an array
EXIT CODE: 2