]> diplodocus.org Git - nmh/blobdiff - test/pick/test-pick
Fixed a few very minor issues that cppcheck noticed.
[nmh] / 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"