diff options
Diffstat (limited to '')
-rwxr-xr-x | tests/lib.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib.sh b/tests/lib.sh index f2d5555..750cb68 100755 --- a/tests/lib.sh +++ b/tests/lib.sh @@ -127,7 +127,7 @@ uuid() { } tmpname() { - echo 'mkstemp(template)' | m4 -D template="${TMPDIR:-/tmp}/m4-tmpname." + echo "${TMPDIR:-/tmp}/uuid-tmpname with spaces.$(uuid)" } mkstemp() { |