Commit 46666433 46666433d8e001a72e768a4c3012d04664c3d01c by Sergey Poznyakoff

Updated

1 parent 15733051
...@@ -16,16 +16,9 @@ ...@@ -16,16 +16,9 @@
16 # along with this program; if not, write to the Free Software Foundation, 16 # along with this program; if not, write to the Free Software Foundation,
17 # Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 17 # Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
18 18
19 source ../../testsuite/lib/mailutils.exp 19 source $top_srcdir/testsuite/lib/mailutils.exp
20 20
21 set TOOL_NAME "mail" 21 mu_init "--nosum --norc"
22 mu_init
23
24 if ![info exists MAILFLAGS] {
25 set MAILFLAGS "--nosum --norc --mail-spool $MU_SPOOL_DIR"
26 }
27
28 set MU_TOOL_FLAGS $MAILFLAGS
29 22
30 #FIXME: this doesn't work with remote testing 23 #FIXME: this doesn't work with remote testing
31 set env(MAILRC) $MU_RC_DIR/mail.rc 24 set env(MAILRC) $MU_RC_DIR/mail.rc
......