summaryrefslogtreecommitdiff
path: root/tests/test-mbsncasecmp.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-mbsncasecmp.sh')
-rwxr-xr-xtests/test-mbsncasecmp.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-mbsncasecmp.sh b/tests/test-mbsncasecmp.sh
index 2863616a7a..baf1e542bd 100755
--- a/tests/test-mbsncasecmp.sh
+++ b/tests/test-mbsncasecmp.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"