diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2023-08-31 20:11:48 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2023-08-31 21:09:38 +0100 |
commit | 91474c3e8619022e87b3d658017aeabd7273a7e3 (patch) | |
tree | 1d46a44b96c9a7828a3d79312e9f13a161d2eb2c /test/scripts/0999-Queue-Ramp | |
parent | 0f3894451894638eff8bf9537e5134a43420837e (diff) |
Testsuite: munging for Alpine Linux
Diffstat (limited to 'test/scripts/0999-Queue-Ramp')
-rw-r--r-- | test/scripts/0999-Queue-Ramp/0999 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/scripts/0999-Queue-Ramp/0999 b/test/scripts/0999-Queue-Ramp/0999 index 3fb8df90d..ff849660c 100644 --- a/test/scripts/0999-Queue-Ramp/0999 +++ b/test/scripts/0999-Queue-Ramp/0999 @@ -677,7 +677,7 @@ sleep 1 # Only check that we logged the right number of messages; don't care # about ordering or mistakes in wrong message-id sudo perl -system "egrep -v '(Completed|<=|=>|is locked)' DIR/spool/log/mainlog 1>&2"; +system "grep -E -v '(Completed|<=|=>|is locked)' DIR/spool/log/mainlog 1>&2"; system "awk '/OK id=/{i++} END{print i, \"messages in\"}' DIR/test-stdout 1>&2"; system "grep 'notify' DIR/spool/log/servermainlog 1>&2"; system "grep -q '=> bob' DIR/spool/log/servermainlog && echo 'daemon did make at least one delivery' 1>&2"; |