]> diplodocus.org Git - nmh/blobdiff - test/pick/test-pick
Set the locale for one of the "pick" invocations to UTF-8, so we can decode
[nmh] / test / pick / test-pick
index 934511893250d9c6a958a03de0eed3bd614c3419..ce68325d0b496c44f22e5f04c08a4cc66b060d56 100755 (executable)
@@ -259,7 +259,7 @@ EOF
 echo 13 >"$expected"
 
 set +e
-pick -subject foobar 13 >"$actual" 2>&1
+LC_CTYPE=en_US.UTF-8 pick -subject foobar 13 >"$actual" 2>&1
 set -e
 check "$expected" "$actual"