summaryrefslogtreecommitdiff
path: root/mh/tests/mhpath.at
diff options
context:
space:
mode:
Diffstat (limited to 'mh/tests/mhpath.at')
-rw-r--r--mh/tests/mhpath.at16
1 files changed, 8 insertions, 8 deletions
diff --git a/mh/tests/mhpath.at b/mh/tests/mhpath.at
index ab645b684..18000a996 100644
--- a/mh/tests/mhpath.at
+++ b/mh/tests/mhpath.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
@@ -18,7 +18,7 @@ AT_BANNER(mhpath)
m4_pushdef([MH_KEYWORDS],[mhpath])
MH_CHECK([mhpath],[mhpath00],[
-MUT_MBCOPY($abs_top_srcdir/testsuite/mh/mbox1,[Mail/inbox])
+mbox2dir -m Mail/inbox $spooldir/mbox1
echo 'Current-Folder: inbox' > Mail/context
mhpath | cwdrepl
],
@@ -27,7 +27,7 @@ mhpath | cwdrepl
])
MH_CHECK([mhpath +],[mhpath01 mhpath+],[
-MUT_MBCOPY($abs_top_srcdir/testsuite/mh/mbox1,[Mail/inbox])
+mbox2dir -m Mail/inbox $spooldir/mbox1
echo 'Current-Folder: inbox' > Mail/context
mhpath +| cwdrepl
],
@@ -36,7 +36,7 @@ mhpath +| cwdrepl
])
MH_CHECK([mhpath msgs],[mhpath02 mhparam_msgs],[
-MUT_MBCOPY($abs_top_srcdir/testsuite/mh/mbox1,[Mail/inbox])
+mbox2dir -m Mail/inbox $spooldir/mbox1
mhpath 1-3 | cwdrepl
],
[0],
@@ -46,7 +46,7 @@ mhpath 1-3 | cwdrepl
])
MH_CHECK([mhpath msgs (some nonexistent)],[mhpath03 mhparam_msgs_some_nonex],[
-MUT_MBCOPY($abs_top_srcdir/testsuite/mh/mbox1,[Mail/inbox])
+mbox2dir -m Mail/inbox $spooldir/mbox1
mhpath 4-10 | cwdrepl
],
[0],
@@ -55,7 +55,7 @@ mhpath 4-10 | cwdrepl
])
MH_CHECK([mhpath msgs (all nonexistent)],[mhpath04 mhparam_msgs_all_nonex],[
-MUT_MBCOPY($abs_top_srcdir/testsuite/mh/mbox1,[Mail/inbox])
+mbox2dir -m Mail/inbox $spooldir/mbox1
mhpath 8-10 | cwdrepl
],
[0],
@@ -86,7 +86,7 @@ mhpath 8-10 | cwdrepl
#
MH_CHECK([mhpath nonexistent],[mhpath05 mhparam_nonexistent],[
-MUT_MBCOPY($abs_top_srcdir/testsuite/mh/mbox1,[Mail/inbox])
+mbox2dir -m Mail/inbox $spooldir/mbox1
mhpath 10 | cwdrepl
],
[0],
@@ -95,7 +95,7 @@ mhpath 10 | cwdrepl
])
MH_CHECK([mhpath new],[mhpath06 mhparam_new],[
-MUT_MBCOPY($abs_top_srcdir/testsuite/mh/mbox1,[Mail/inbox])
+mbox2dir -m Mail/inbox $spooldir/mbox1
mhpath new | cwdrepl
],
[0],

Return to:

Send suggestions and report system problems to the System administrator.