From: Ken Hornstein Date: Fri, 1 Feb 2013 01:01:27 +0000 (-0500) Subject: Set the locale for one of the "pick" invocations to UTF-8, so we can decode X-Git-Url: https://diplodocus.org/git/nmh/commitdiff_plain/a0a83a5f49e737fb20e3d406ae78b8fc2fbca5f9?ds=inline;hp=-c Set the locale for one of the "pick" invocations to UTF-8, so we can decode the UTF-8 header correctly in the test. --- a0a83a5f49e737fb20e3d406ae78b8fc2fbca5f9 diff --git a/test/pick/test-pick b/test/pick/test-pick index 93451189..ce68325d 100755 --- a/test/pick/test-pick +++ b/test/pick/test-pick @@ -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"