summaryrefslogtreecommitdiff
path: root/tests/test-mbscasecmp.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-mbscasecmp.sh')
-rwxr-xr-xtests/test-mbscasecmp.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-mbscasecmp.sh b/tests/test-mbscasecmp.sh
index 5201951d5f..73e62b5f50 100755
--- a/tests/test-mbscasecmp.sh
+++ b/tests/test-mbscasecmp.sh
@@ -1,7 +1,7 @@
#!/bin/sh
# Test whether a specific Turkish locale is installed.
-: ${LOCALE_TR_UTF8=tr_TR.UTF-8}
+: "${LOCALE_TR_UTF8=tr_TR.UTF-8}"
if test $LOCALE_TR_UTF8 = none; then
if test -f /usr/bin/localedef; then
echo "Skipping test: no turkish Unicode locale is installed"