summaryrefslogtreecommitdiff
path: root/test/exec.t
diff options
context:
space:
mode:
Diffstat (limited to 'test/exec.t')
-rwxr-xr-xtest/exec.t3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/exec.t b/test/exec.t
index 293ad61..5f78482 100755
--- a/test/exec.t
+++ b/test/exec.t
@@ -62,7 +62,8 @@ is(
"... short option without dashes"
);
-foreach (["", "C", "de_CH", "de_CH.utf8"] as $locale) {
+foreach (["", "C", "de_CH", "de_CH.utf8"] as $locale)
+{
setlocale(LC_ALL, $locale);
$arg = "preĆ¼post";
if (it::match('utf8', $locale))