summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Blake <ebb9@byu.net>2008-04-15 11:20:30 -0600
committerEric Blake <ebb9@byu.net>2008-04-15 11:20:30 -0600
commitce0c0b372d8f63ba391fe099a7f145d3c7b2ed2b (patch)
treec967d3d165758245499204bea3a547d53748ffa3
parent0fe33c9c7dbdbbf98255a8779bf179854753df61 (diff)
downloadm4-ce0c0b372d8f63ba391fe099a7f145d3c7b2ed2b.tar.gz
Work around OS/2 limitation of printf(1).
* tests/null.m4: Use m4, not printf, to generate NUL byte. * tests/null.out: Check for esyscmd failure. Reported by Elbert Pol. Signed-off-by: Eric Blake <ebb9@byu.net>
-rw-r--r--ChangeLog7
-rw-r--r--tests/null.m4bin6491 -> 6607 bytes
-rw-r--r--tests/null.outbin402 -> 404 bytes
3 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0869fc58..58b874ef 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2008-04-15 Eric Blake <ebb9@byu.net>
+
+ Work around OS/2 limitation of printf(1).
+ * tests/null.m4: Use m4, not printf, to generate NUL byte.
+ * tests/null.out: Check for esyscmd failure.
+ Reported by Elbert Pol.
+
2008-04-14 Eric Blake <ebb9@byu.net>
Stage 21b: $@ concatenates builtins, m4wrap takes builtins.
diff --git a/tests/null.m4 b/tests/null.m4
index 83e7c344..90e339f3 100644
--- a/tests/null.m4
+++ b/tests/null.m4
Binary files differ
diff --git a/tests/null.out b/tests/null.out
index aca4b785..cd3764f7 100644
--- a/tests/null.out
+++ b/tests/null.out
Binary files differ