X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/00cfba08b276c3566cdc7d268965a6fc80c441df..d1797eb2b2d5f3aa1b653e6a2562bf79c559eeb2:/test/pick/test-pick diff --git a/test/pick/test-pick b/test/pick/test-pick index ca19bb88..6ec67d92 100755 --- a/test/pick/test-pick +++ b/test/pick/test-pick @@ -267,9 +267,9 @@ echo 13 >"$expected" set +e -require_locale en_US.utf-8 en_US.utf8 +require_locale en_US.UTF-8 en_US.UTF8 en_US.utf-8 en_US.utf8 # Don't use run_prog here because it loses the environment setting. -LC_ALL=en_US.UTF-8 pick -subject foobar 13 >"$actual" 2>&1 +pick -subject foobar 13 >"$actual" 2>&1 set -e check "$expected" "$actual"