aboutsummaryrefslogtreecommitdiff
path: root/tests/lib.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lib.sh')
-rwxr-xr-xtests/lib.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib.sh b/tests/lib.sh
index 15fe331..750cb68 100755
--- a/tests/lib.sh
+++ b/tests/lib.sh
@@ -127,7 +127,7 @@ uuid() {
}
tmpname() {
- echo "${TMPDIR:-/tmp}/uuid-tmpname.diacritic รก and spaces.$(uuid)"
+ echo "${TMPDIR:-/tmp}/uuid-tmpname with spaces.$(uuid)"
}
mkstemp() {