summaryrefslogtreecommitdiff
path: root/regress
diff options
context:
space:
mode:
authorfukachan <fukachan>2003-11-16 11:54:46 +0000
committerfukachan <fukachan>2003-11-16 11:54:46 +0000
commit93ae76b016a22fc003ae924ef288d76c560dbaa1 (patch)
tree8d4eb05399ab1a897bce9089b76813d175a5c680 /regress
parent66674897f2cc112ab33ea8862350d0326c181f63 (diff)
downloadfml8-93ae76b016a22fc003ae924ef288d76c560dbaa1.tar.gz
fml8-93ae76b016a22fc003ae924ef288d76c560dbaa1.tar.bz2
fml8-93ae76b016a22fc003ae924ef288d76c560dbaa1.zip
use newdomain/rmdomain.
Diffstat (limited to 'regress')
-rwxr-xr-xregress/simulation/test_newml.sh18
1 files changed, 15 insertions, 3 deletions
diff --git a/regress/simulation/test_newml.sh b/regress/simulation/test_newml.sh
index 2ace087e..12d1580d 100755
--- a/regress/simulation/test_newml.sh
+++ b/regress/simulation/test_newml.sh
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# $FML: test_newml.sh,v 1.5 2003/01/04 14:08:54 fukachan Exp $
+# $FML: test_newml.sh,v 1.6 2003/04/18 15:58:57 fukachan Exp $
#
SHOW () {
@@ -8,7 +8,9 @@ SHOW () {
echo "******************* show config *******************";
echo "";
- head -30 /tmp/nuinui/*rudo/include* \
+ head -30 \
+ /etc/fml/ml_home_prefix \
+ /tmp/nuinui/*rudo/include* \
/tmp/nuinui/etc/mail/aliases \
/tmp/nuinui/etc/postfix/virtual \
/tmp/nuinui/etc/sendmail/virtusertable \
@@ -25,9 +27,14 @@ SHOW () {
(
- rm -fr /tmp/nuinui
+ test -d /tmp/nuinui || mv /tmp/nuinui /tmp/nuinui.$$
+
+ rm -fr /tmp/nuinui
sh reset_lib.sh
+ printf "\n*** newdomain *** \n\n"
+ makefml newdomain - nuinui.net /tmp/nuinui
+
printf "\n*** newml *** \n\n"
printf "\n\n\n" > /dev/stderr
@@ -43,6 +50,11 @@ SHOW () {
printf "\n\n\n" > /dev/stderr
makefml rmml rudo@nuinui.net
+
+ printf "\n*** rmdomain *** \n\n"
+ makefml rmdomain - nuinui.net
+
+ printf "\n\n\n" > /dev/stderr
SHOW
) 2>&1 | tee /tmp/rr