From: David Levine Date: Mon, 20 Jan 2014 16:52:07 +0000 (-0600) Subject: Use LC_ALL instead of LC_CTYPE in test-pick because LC_ALL has X-Git-Url: https://diplodocus.org/git/nmh/commitdiff_plain/1d2c79054a3b5fd2bc36fa0bae29586f3f9ba729?ds=inline;hp=--cc Use LC_ALL instead of LC_CTYPE in test-pick because LC_ALL has precendence. --- 1d2c79054a3b5fd2bc36fa0bae29586f3f9ba729 diff --git a/test/pick/test-pick b/test/pick/test-pick index f75e203b..ea00b815 100755 --- a/test/pick/test-pick +++ b/test/pick/test-pick @@ -263,7 +263,7 @@ echo 13 >"$expected" set +e # 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"