aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2018-10-14 21:08:22 +0300
committerArnold D. Robbins <arnold@skeeve.com>2018-10-14 21:08:22 +0300
commitff61236a00e0243b1f7be4bb6bfe63bc783cae06 (patch)
tree575a1de2fdfb6648b400e5a9c4c32bc1d3356c45
parent6b7db4aa16976837b4c11544e95aaa4ba9b9cc6c (diff)
downloadegawk-ff61236a00e0243b1f7be4bb6bfe63bc783cae06.tar.gz
egawk-ff61236a00e0243b1f7be4bb6bfe63bc783cae06.tar.bz2
egawk-ff61236a00e0243b1f7be4bb6bfe63bc783cae06.zip
Update test/profile0.ok.
-rw-r--r--test/ChangeLog4
-rw-r--r--test/profile0.ok2
2 files changed, 5 insertions, 1 deletions
diff --git a/test/ChangeLog b/test/ChangeLog
index a331619e..9530e000 100644
--- a/test/ChangeLog
+++ b/test/ChangeLog
@@ -1,3 +1,7 @@
+2018-10-14 Arnold D. Robbins <arnold@skeeve.com>
+
+ * profile0.ok: Updated after code change.
+
2018-10-10 Arnold D. Robbins <arnold@skeeve.com>
* Makefile.am (profile1): Add minus to ignore errors on final
diff --git a/test/profile0.ok b/test/profile0.ok
index 2e3c5728..42c464ba 100644
--- a/test/profile0.ok
+++ b/test/profile0.ok
@@ -1,6 +1,6 @@
# Rule(s)
2 NR == 1 { # 1
- 1 print $0
+ 1 print
}