aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2018-01-21 21:41:34 +0200
committerArnold D. Robbins <arnold@skeeve.com>2018-01-21 21:41:34 +0200
commit49194a4b354f7187a6089cb2700f7025db51439a (patch)
treed15e469fefde65d778f4dc772b80bad3f77a5bb3
parentcbcc0e3f82d3784c85c7a9cb4c9847f758bf4cac (diff)
downloadegawk-49194a4b354f7187a6089cb2700f7025db51439a.tar.gz
egawk-49194a4b354f7187a6089cb2700f7025db51439a.tar.bz2
egawk-49194a4b354f7187a6089cb2700f7025db51439a.zip
Further fix in pc/Makefile.tst.
-rw-r--r--pc/ChangeLog5
-rw-r--r--pc/Makefile.tst2
2 files changed, 6 insertions, 1 deletions
diff --git a/pc/ChangeLog b/pc/ChangeLog
index 2276529b..c1fa0924 100644
--- a/pc/ChangeLog
+++ b/pc/ChangeLog
@@ -1,3 +1,8 @@
+2018-01-21 Arnold D. Robbins <arnold@skeeve.com>
+
+ * Makefile.tst (pty2): Sync against test/Makefile.in.
+ Really for real this time.
+
2018-01-20 Arnold D. Robbins <arnold@skeeve.com>
* Makefile.tst: Sync against test/Makefile.in.
diff --git a/pc/Makefile.tst b/pc/Makefile.tst
index 3e5bacba..c6597b6b 100644
--- a/pc/Makefile.tst
+++ b/pc/Makefile.tst
@@ -1370,7 +1370,7 @@ pty2:
@echo Expect $@ to fail with DJGPP and MinGW.
@-case `uname` in \
*[Oo][Ss]/390*) : ;; \
- *) AWKPATH="$(srcdir)" $(AWK) -f $@.awk | od -c >_$@ 2>&1 || echo EXIT CODE: $$? >>_$@ ; \
+ *) AWKPATH="$(srcdir)" $(AWK) -f $@.awk | od -c | $(AWK) '{ $$1 = $$1 ; print }' >_$@ 2>&1 || echo EXIT CODE: $$? >>_$@ ; \
$(CMP) "$(srcdir)"/$@.ok _$@ && rm -f _$@ ;; \
esac
rscompat: