X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/65e777c88d3bff1c9610076b40da04c8899ea05e..f839e6a78ff81930c00f8b4509d95e4a3d242e58:/test/pick/test-pick diff --git a/test/pick/test-pick b/test/pick/test-pick index f75e203b..4eff47cb 100755 --- a/test/pick/test-pick +++ b/test/pick/test-pick @@ -262,8 +262,9 @@ echo 13 >"$expected" set +e +require_locale en_US.utf-8 en_US.utf8 # Don't use run_prog here because it loses the environment setting. -LC_CTYPE=en_US.UTF-8 pick -subject foobar 13 >"$actual" 2>&1 +LC_ALL=en_US.UTF-8 pick -subject foobar 13 >"$actual" 2>&1 set -e check "$expected" "$actual"