diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2022-03-06 14:25:13 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2022-03-06 16:45:03 +0000 |
commit | 42ed39da5af85552a35626348bb77e5576e18aa4 (patch) | |
tree | 4c3a5b225dc5ac4b4fc7dc3af971da9685499549 /test/scripts/0000-Basic | |
parent | 80dceaeced16838c894429d5c15d8699ddec5542 (diff) |
Utilities: fix exiqgrep perl syntax, add testcases. Bug 2821
Broken-by: df618101a5
Diffstat (limited to 'test/scripts/0000-Basic')
-rw-r--r-- | test/scripts/0000-Basic/0611 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/scripts/0000-Basic/0611 b/test/scripts/0000-Basic/0611 index c35284147..40d08fcf1 100644 --- a/test/scripts/0000-Basic/0611 +++ b/test/scripts/0000-Basic/0611 @@ -6,6 +6,12 @@ need_ipv4 exim -odq a b c . **** +# Check that exiqgrep does not fall over, refuses no selectors, and can count. +exiqgrep -h +exiqgrep -r '[bc]' +exiqgrep +exiqgrep -c -r a +exiqgrep -c # # a slow server as a test target exim -DSERVER=server -bd -oX PORT_D |