diff options
Diffstat (limited to '')
-rwxr-xr-x | aux/lib.sh | 2 | ||||
-rwxr-xr-x | tests/lib.sh | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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() { |