aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorAndrew J. Schorr <aschorr@telemetry-investments.com>2015-06-17 16:59:34 -0400
committerAndrew J. Schorr <aschorr@telemetry-investments.com>2015-06-17 16:59:34 -0400
commit2ca3347e3004d985b1a369fd95371f9400f2e248 (patch)
tree96710b9cd9bdf3ff57e2aa827f3b1568284cc32e /test
parent3d47e0edfe9dbac583f54cb265063efb9d37fa38 (diff)
parent12e3cbe4220792bbcb58f1d5d3dbbcc6e2f7a1db (diff)
downloadegawk-2ca3347e3004d985b1a369fd95371f9400f2e248.tar.gz
egawk-2ca3347e3004d985b1a369fd95371f9400f2e248.tar.bz2
egawk-2ca3347e3004d985b1a369fd95371f9400f2e248.zip
Merge branch 'gawk-4.1-stable'
Diffstat (limited to 'test')
-rw-r--r--test/ChangeLog5
-rw-r--r--test/inplace1.ok2
-rw-r--r--test/inplace2.ok2
-rw-r--r--test/inplace3.ok4
4 files changed, 9 insertions, 4 deletions
diff --git a/test/ChangeLog b/test/ChangeLog
index b80398e8..c2f8811e 100644
--- a/test/ChangeLog
+++ b/test/ChangeLog
@@ -1,3 +1,8 @@
+2015-06-17 Andrew J. Schorr <aschorr@telemetry-investments.com>
+
+ * inplace1.ok, inplace2.ok, inplace3.ok: Update line number in error
+ messages, since inplace.awk changed a bit.
+
2015-05-29 Arnold D. Robbins <arnold@skeeve.com>
* checknegtime.awk: New file.
diff --git a/test/inplace1.ok b/test/inplace1.ok
index 82562235..91b5276b 100644
--- a/test/inplace1.ok
+++ b/test/inplace1.ok
@@ -1,5 +1,5 @@
before
-gawk: inplace:14: warning: inplace_begin: disabling in-place editing for invalid FILENAME `-'
+gawk: inplace:25: warning: inplace_begin: disabling in-place editing for invalid FILENAME `-'
stdin start
is bar replaced?
stdin end
diff --git a/test/inplace2.ok b/test/inplace2.ok
index 82562235..91b5276b 100644
--- a/test/inplace2.ok
+++ b/test/inplace2.ok
@@ -1,5 +1,5 @@
before
-gawk: inplace:14: warning: inplace_begin: disabling in-place editing for invalid FILENAME `-'
+gawk: inplace:25: warning: inplace_begin: disabling in-place editing for invalid FILENAME `-'
stdin start
is bar replaced?
stdin end
diff --git a/test/inplace3.ok b/test/inplace3.ok
index a7b7254f..deb926b9 100644
--- a/test/inplace3.ok
+++ b/test/inplace3.ok
@@ -1,11 +1,11 @@
before
-gawk: inplace:14: warning: inplace_begin: disabling in-place editing for invalid FILENAME `-'
+gawk: inplace:25: warning: inplace_begin: disabling in-place editing for invalid FILENAME `-'
stdin start
is bar replaced?
stdin end
after
Before
-gawk: inplace:14: warning: inplace_begin: disabling in-place editing for invalid FILENAME `-'
+gawk: inplace:25: warning: inplace_begin: disabling in-place editing for invalid FILENAME `-'
stdin start
is foo replaced?
stdin end