aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2015-04-08 20:30:44 +0300
committerArnold D. Robbins <arnold@skeeve.com>2015-04-08 20:30:44 +0300
commit10602a79c47b0bf6ef53b7308355ef2d4312003e (patch)
tree71cdcb6487eac0145a4e419288c2518a79abfdfe /test
parentf8b283eeed514287482d3bb56103c34ab9ae133b (diff)
parent969a8d5a0353c756199c0b354d0e8fa91977db86 (diff)
downloadegawk-10602a79c47b0bf6ef53b7308355ef2d4312003e.tar.gz
egawk-10602a79c47b0bf6ef53b7308355ef2d4312003e.tar.bz2
egawk-10602a79c47b0bf6ef53b7308355ef2d4312003e.zip
Merge branch 'master' into feature/regex-type
Diffstat (limited to 'test')
-rw-r--r--test/ChangeLog5
-rw-r--r--test/Makefile.am2
-rw-r--r--test/Makefile.in2
3 files changed, 7 insertions, 2 deletions
diff --git a/test/ChangeLog b/test/ChangeLog
index c2f1cb24..d8a26838 100644
--- a/test/ChangeLog
+++ b/test/ChangeLog
@@ -1,3 +1,8 @@
+2015-04-08 Eli Zaretskii <eliz@gnu.org>
+
+ * Makefile.am (mpfrmemok1): Use -p- for portability and
+ compatibility with pc/Makefile.tst.
+
2015-04-02 Arnold D. Robbins <arnold@skeeve.com>
* id.ok, mpfrsqrt.awk: Update after rename of div() --> intdiv().
diff --git a/test/Makefile.am b/test/Makefile.am
index b45eaf95..f6b31fbd 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -1849,7 +1849,7 @@ mpfrrem:
mpfrmemok1:
@echo $@
- @$(AWK) -p/dev/stdout -M -f "$(srcdir)"/$@.awk 2>&1 | sed 1d > _$@
+ @$(AWK) -p- -M -f "$(srcdir)"/$@.awk 2>&1 | sed 1d > _$@
@-$(CMP) "$(srcdir)"/$@.ok _$@ && rm -f _$@
jarebug::
diff --git a/test/Makefile.in b/test/Makefile.in
index 8053df5c..6ed60596 100644
--- a/test/Makefile.in
+++ b/test/Makefile.in
@@ -2286,7 +2286,7 @@ mpfrrem:
mpfrmemok1:
@echo $@
- @$(AWK) -p/dev/stdout -M -f "$(srcdir)"/$@.awk 2>&1 | sed 1d > _$@
+ @$(AWK) -p- -M -f "$(srcdir)"/$@.awk 2>&1 | sed 1d > _$@
@-$(CMP) "$(srcdir)"/$@.ok _$@ && rm -f _$@
jarebug::