aboutsummaryrefslogtreecommitdiffstats
path: root/test/ChangeLog
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2018-01-17 21:33:22 +0200
committerArnold D. Robbins <arnold@skeeve.com>2018-01-17 21:33:22 +0200
commit980c1fb130eb4df4fab4bd08ae782fadaa39ebcd (patch)
tree3f0091c63d04dff27841907a0eccd8466bfb6f0d /test/ChangeLog
parent8c26b0480d3f83416e6791a0453e3548e139a00f (diff)
downloadegawk-980c1fb130eb4df4fab4bd08ae782fadaa39ebcd.tar.gz
egawk-980c1fb130eb4df4fab4bd08ae782fadaa39ebcd.tar.bz2
egawk-980c1fb130eb4df4fab4bd08ae782fadaa39ebcd.zip
Fix pty2 test for Mac OS X.
Diffstat (limited to 'test/ChangeLog')
-rw-r--r--test/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/ChangeLog b/test/ChangeLog
index abff2dd7..ec8e42c9 100644
--- a/test/ChangeLog
+++ b/test/ChangeLog
@@ -5,6 +5,9 @@
reformat the message.
(isarrayunset): New test.
* isarrayunset.awk, isarrayunset.ok: New files.
+ * pty2: Add some sed goop to canonicalize the output of od;
+ this works around the Mac OS X od which produces different
+ output, avoiding a spurious test failure.
2018-01-15 Arnold D. Robbins <arnold@skeeve.com>