aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xaux/lib.sh2
-rwxr-xr-xtests/lib.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/aux/lib.sh b/aux/lib.sh
index 47e4878..ba18f9a 100755
--- a/aux/lib.sh
+++ b/aux/lib.sh
@@ -13,7 +13,7 @@ uuid() {
}
tmpname() {
- echo "${TMPDIR:-/tmp}/uuid-tmpname.diacritic á and spaces.$(uuid)"
+ echo "${TMPDIR:-/tmp}/uuid-tmpname with spaces.$(uuid)"
}
mkstemp() {
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() {