X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/f839e6a78ff81930c00f8b4509d95e4a3d242e58..c36038e4fdfbb0d45b25a8b5e54b9e0af16fe12e:/test/pick/test-pick diff --git a/test/pick/test-pick b/test/pick/test-pick index 4eff47cb..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" <