pick matching rework
[mmh] / test / tests / pick / test-output-on-error
1 #!/bin/sh
2 ######################################################
3 #
4 # Test output is handelt corect and ``0'' is giving to stdout.
5 #
6 ######################################################
7
8 . "$MH_TEST_COMMON"
9
10 # A zero should go to standard out to protect other programms
11 runandcheck 'pick -after tomorrow' <<!
12 pick: no messages match specification
13 0
14 !