aboutsummaryrefslogtreecommitdiff
path: root/tests/lib.sh
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2022-01-21 00:37:21 -0300
committerEuAndreh <eu@euandre.org>2022-02-19 16:33:23 -0300
commitefd4bc1eaa34d011ca425218f4f85defe79737d2 (patch)
treeee4edb0352940109ec57fb3b2d7354f3e7b32a13 /tests/lib.sh
parentsrc/locale/: Update translation files (diff)
downloadtd-efd4bc1eaa34d011ca425218f4f85defe79737d2.tar.gz
td-efd4bc1eaa34d011ca425218f4f85defe79737d2.tar.xz
aux/: Update
Diffstat (limited to '')
-rwxr-xr-xtests/lib.sh2
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() {