diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2020-07-10 13:55:25 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2020-07-10 16:42:54 +0100 |
commit | 99ea5f6faeaf714e34bbcd75fdc50cc94dc7a1c8 (patch) | |
tree | 19623428c3983a1e84e03529c64460380e56bceb /test/scripts | |
parent | 3c90bbcdc7cf73298156f7bcd5f5e750e7814e72 (diff) |
Command-line option for no notifier socket. Bug 2616
Diffstat (limited to 'test/scripts')
-rw-r--r-- | test/scripts/0999-EXP-Queue-Ramp/0999 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/scripts/0999-EXP-Queue-Ramp/0999 b/test/scripts/0999-EXP-Queue-Ramp/0999 index 827b7b9c8..529fa16a1 100644 --- a/test/scripts/0999-EXP-Queue-Ramp/0999 +++ b/test/scripts/0999-EXP-Queue-Ramp/0999 @@ -683,6 +683,6 @@ system "grep -q '=> bob' DIR/spool/log/servermainlog && echo 'daemon did make at system "awk '/<=/{i++} END{print i, \"messages received by dest\"}' DIR/spool/log/servermainlog 1>&2"; system "ls DIR/spool/input 1>&2"; **** -sudo rm DIR/spool/log/mainlog DIR/spool/log/servermainlog +sudo rm -f DIR/spool/log/mainlog DIR/spool/log/servermainlog no_stdout_check no_msglog_check |