summaryrefslogtreecommitdiff
path: root/imap4d/tests/append00.at
diff options
context:
space:
mode:
Diffstat (limited to 'imap4d/tests/append00.at')
-rw-r--r--imap4d/tests/append00.at4
1 files changed, 2 insertions, 2 deletions
diff --git a/imap4d/tests/append00.at b/imap4d/tests/append00.at
index 746c1ac45..0f2934b65 100644
--- a/imap4d/tests/append00.at
+++ b/imap4d/tests/append00.at
@@ -1,5 +1,5 @@
# This file is part of GNU Mailutils. -*- Autotest -*-
-# Copyright (C) 2011-2019 Free Software Foundation, Inc.
+# Copyright (C) 2011-2024 Free Software Foundation, Inc.
#
# GNU Mailutils is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License as
@@ -33,7 +33,7 @@ Hello Joe, do you think we can meet at 3:30 tomorrow
X LOGOUT
])
echo "=="
-awk 'NR==1 {print "1:",$1,$2; next} NF==0 {print NR":"; next} {print NR":",$0}' mbox
+sed -e '/^X-/d' -e /^Status:/d mbox | awk 'NR==1 {print "1:",$1,$2; next} NF==0 {print NR":"; next} {print NR":",$0}'
],
[0],
[* PREAUTH IMAP4rev1 Test mode

Return to:

Send suggestions and report system problems to the System administrator.