diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2018-01-17 21:33:22 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2018-01-17 21:33:22 +0200 |
commit | 980c1fb130eb4df4fab4bd08ae782fadaa39ebcd (patch) | |
tree | 3f0091c63d04dff27841907a0eccd8466bfb6f0d /test/ChangeLog | |
parent | 8c26b0480d3f83416e6791a0453e3548e139a00f (diff) | |
download | egawk-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/ChangeLog | 3 |
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> |