summaryrefslogtreecommitdiff
path: root/mail/tests/copy00.at
diff options
context:
space:
mode:
Diffstat (limited to 'mail/tests/copy00.at')
-rw-r--r--mail/tests/copy00.at2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/tests/copy00.at b/mail/tests/copy00.at
index ae003dd01..21f60d574 100644
--- a/mail/tests/copy00.at
+++ b/mail/tests/copy00.at
@@ -27,7 +27,7 @@ test -f /dev/stdout || AT_SKIP_TEST
MUT_MBCOPY($abs_top_srcdir/testsuite/spool/mbox)
echo 'copy 1 /dev/stdout' | \
MUT_MAIL_CMD -N -E 'set readonly' -f ./mbox 2>err | \
- sed 's/ *$//;/^Held 1 message/d'
+ sed -e 's/ *$//' -e '/^Held 1 message/d'
if test -s err; then
# On OSX. /dev/stdout cannot be locked.

Return to:

Send suggestions and report system problems to the System administrator.