X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/0d3875d020fb17d34918f5e81ee7f87fbc5d1565..4bd22a06b574acbafff8e6bd9bde5fd6bb048946:/test/pick/test-pick diff --git a/test/pick/test-pick b/test/pick/test-pick index 7c3896ea..858d8e75 100755 --- a/test/pick/test-pick +++ b/test/pick/test-pick @@ -76,10 +76,9 @@ run_test 'pick -not -lbrace -subject NoMatch -and -subject message.3 -rbrace' \ 10 11' -# Test MHPDEBUG. -# Don't use run_prog here because it loses the environment setting. -MHPDEBUG=1 pick -not -lbrace -subject NoMatch -and -subject message.3 -rbrace \ - >/dev/null 2>"$actual" +# Test -debug. +run_prog pick -debug -not -lbrace -subject NoMatch -and -subject message.3 \ + -rbrace >/dev/null 2>"$actual" cat >"$expected" <"$expected" set +e -require_locale en_US.utf8 +require_locale en_US.utf-8 en_US.utf8 # Don't use run_prog here because it loses the environment setting. LC_ALL=en_US.UTF-8 pick -subject foobar 13 >"$actual" 2>&1 set -e