6bdec11af9181546d6f8641ba1256c367a4664bb
[mmh] / test / tests / pick / test-complex
1 #!/bin/sh
2 ######################################################
3 #
4 # Test that all messages are picked and no ``0'' is giving out.
5 #
6 ######################################################
7
8 . "$MH_TEST_COMMON"
9
10 # All messages should be go to stdout
11 runandcheck "pick -lbrace -from test1 -or -subject 'Testing message 5' -rbrace -and -not -from test10" <<!
12 1
13 5
14 !