diff options
Diffstat (limited to '')
-rwxr-xr-x | tests/lib.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/lib.sh b/tests/lib.sh index 0b4bf52..15fe331 100755 --- a/tests/lib.sh +++ b/tests/lib.sh @@ -127,8 +127,7 @@ uuid() { } tmpname() { - TEMPLATE="${TMPDIR:-/tmp}/m4-tmpname.diacritic á and spaces." - echo 'mkstemp(template)' | m4 -D template="$TEMPLATE" + echo "${TMPDIR:-/tmp}/uuid-tmpname.diacritic á and spaces.$(uuid)" } mkstemp() { |