summaryrefslogtreecommitdiff
path: root/mh/tests/rmm.at
diff options
context:
space:
mode:
Diffstat (limited to 'mh/tests/rmm.at')
-rw-r--r--mh/tests/rmm.at10
1 files changed, 5 insertions, 5 deletions
diff --git a/mh/tests/rmm.at b/mh/tests/rmm.at
index 1977cdc04..51e5aac7d 100644
--- a/mh/tests/rmm.at
+++ b/mh/tests/rmm.at
@@ -1,5 +1,5 @@
# This file is part of GNU Mailutils. -*- Autotest -*-
-# Copyright (C) 2010-2019 Free Software Foundation, Inc.
+# Copyright (C) 2010-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
@@ -19,7 +19,7 @@ AT_BANNER(rmm)
m4_pushdef([MH_KEYWORDS],[rmm])
MH_CHECK([rmm msg],[rmm00 rmm-msg],[
-MUT_MBCOPY($abs_top_srcdir/testsuite/mh/mbox1,[Mail/inbox])
+mbox2dir -m Mail/inbox $spooldir/mbox1
echo 'Current-Folder: inbox' > Mail/context
rmm 4 || exit $?
find Mail/inbox -name '[[0-9]]' | sort
@@ -32,7 +32,7 @@ Mail/inbox/5
])
MH_CHECK([rmm seq],[rmm01 rmm-seq],[
-MUT_MBCOPY($abs_top_srcdir/testsuite/mh/mbox1,[Mail/inbox])
+mbox2dir -m Mail/inbox $spooldir/mbox1
echo 'Current-Folder: inbox' > Mail/context
cat > Mail/inbox/.mh_sequences <<EOT
test: 2 3 5
@@ -49,7 +49,7 @@ cur: 1
])
MH_CHECK([rmm rmmproc],[rmm02 rmmproc],[
-MUT_MBCOPY($abs_top_srcdir/testsuite/mh/mbox1,[Mail/inbox])
+mbox2dir -m Mail/inbox $spooldir/mbox1
echo "rmmproc: $abs_top_srcdir/mh/tests/movemsg" >> $MH
rmm 1 4 || exit $?
find Mail/inbox -name '[[0-9]]' | sort
@@ -64,7 +64,7 @@ Mail/removed/4
])
MH_CHECK([rmm -- null rmmproc],[rmm03 null-rmmproc],[
-MUT_MBCOPY($abs_top_srcdir/testsuite/mh/mbox1,[Mail/inbox])
+mbox2dir -m Mail/inbox $spooldir/mbox1
echo "rmmproc:" >> $MH
rmm 1 4 || exit $?
find Mail/inbox -name '[[0-9]]' | sort

Return to:

Send suggestions and report system problems to the System administrator.