aboutsummaryrefslogtreecommitdiff
path: root/tests/lib.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lib.sh')
-rwxr-xr-xtests/lib.sh3
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() {