]> diplodocus.org Git - nmh/commitdiff
Use LC_ALL instead of LC_CTYPE in test-pick because LC_ALL has
authorDavid Levine <levinedl@acm.org>
Mon, 20 Jan 2014 16:52:07 +0000 (10:52 -0600)
committerDavid Levine <levinedl@acm.org>
Mon, 20 Jan 2014 16:52:07 +0000 (10:52 -0600)
precendence.

test/pick/test-pick

index f75e203b24f97152d6d8e6826209385714155e70..ea00b8150201f566fd97aec25b9955d7f38c562f 100755 (executable)
@@ -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"