summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Blake <ebb9@byu.net>2009-03-13 16:36:07 -0600
committerEric Blake <ebb9@byu.net>2009-03-13 19:31:23 -0600
commit5d63e9d0496586df3f7054802463fc7c5631cd0f (patch)
tree7cb97beb9f16a90f9df01319c05394f973a6a798
parent59344a14f7d2c95b185c8a7f9a79e63968e7879c (diff)
downloadm4-5d63e9d0496586df3f7054802463fc7c5631cd0f.tar.gz
Try to tolerate spaces in directory names in testsuite.
* tests/null.m4: Provide shell quoting, in case __program__ contains spaces. Signed-off-by: Eric Blake <ebb9@byu.net>
-rw-r--r--ChangeLog4
-rw-r--r--tests/null.m4bin7702 -> 7738 bytes
2 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a17f0879..3769414e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2009-03-13 Eric Blake <ebb9@byu.net>
+ Try to tolerate spaces in directory names in testsuite.
+ * tests/null.m4: Provide shell quoting, in case __program__
+ contains spaces.
+
Fix awk script portability.
* checks/get-them: In gsub, properly escape {.
Reported by Gary V. Vaughan.
diff --git a/tests/null.m4 b/tests/null.m4
index 0e13cb43..92fb6a11 100644
--- a/tests/null.m4
+++ b/tests/null.m4
Binary files differ