X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/843dc603e9b9862206461a59cb364153a9320f37..b5d9d6e4b1b05797ad7b2d86bdaf7cbf86d5e3da:/test/pick/test-pick diff --git a/test/pick/test-pick b/test/pick/test-pick index 8df115f8..08772bfd 100755 --- a/test/pick/test-pick +++ b/test/pick/test-pick @@ -87,6 +87,7 @@ NOT EOF check $expected $actual +set +e # Produce 0 if no messages match and standard output is not a tty. # Note that there is an error message on stderr, but it's redirected @@ -97,9 +98,6 @@ cat >$expected <$actual 2>/dev/null +set +e +pick -after '29 Sep 2008 00:00:00' >$actual 2>/dev/null +set -e cat >$expected <$expected <$actual 2>/dev/null +set +e +pick -before '28 Sep 2006 00:00:00' last:3 >$actual 2>/dev/null +set -e cat >$expected <$actual 2>/dev/null +set +e +pick -datefield date -after '29 Sep 2008 00:00:00' >$actual 2>/dev/null +set -e cat >$expected <