From efd4bc1eaa34d011ca425218f4f85defe79737d2 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Fri, 21 Jan 2022 00:37:21 -0300 Subject: aux/: Update --- tests/lib.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/lib.sh') 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() { -- cgit v1.2.3