diff options
author | Eric Blake <ebb9@byu.net> | 2009-03-13 16:36:07 -0600 |
---|---|---|
committer | Eric Blake <ebb9@byu.net> | 2009-03-13 19:31:23 -0600 |
commit | 5d63e9d0496586df3f7054802463fc7c5631cd0f (patch) | |
tree | 7cb97beb9f16a90f9df01319c05394f973a6a798 | |
parent | 59344a14f7d2c95b185c8a7f9a79e63968e7879c (diff) | |
download | m4-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-- | ChangeLog | 4 | ||||
-rw-r--r-- | tests/null.m4 | bin | 7702 -> 7738 bytes |
2 files changed, 4 insertions, 0 deletions
@@ -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 Binary files differindex 0e13cb43..92fb6a11 100644 --- a/tests/null.m4 +++ b/tests/null.m4 |