diff options
Diffstat (limited to 'tests/test-mbrtowc1.sh')
-rwxr-xr-x | tests/test-mbrtowc1.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-mbrtowc1.sh b/tests/test-mbrtowc1.sh index 00b108b..2b6eaf9 100755 --- a/tests/test-mbrtowc1.sh +++ b/tests/test-mbrtowc1.sh @@ -1,7 +1,7 @@ #!/bin/sh # Test in an ISO-8859-1 or ISO-8859-15 locale. -: ${LOCALE_FR=fr_FR} +: "${LOCALE_FR=fr_FR}" if test $LOCALE_FR = none; then if test -f /usr/bin/localedef; then echo "Skipping test: no traditional french locale is installed" |