diff test.bash @ 90:962a1f8f1d9f stable-5-4

add verify statement to verify addresses with better mx host
author carl
date Sun, 18 Sep 2005 10:19:58 -0700
parents 946fc1bcfb2c
children c3e9fa6b37c6
line wrap: on
line diff
--- a/test.bash	Sun Aug 07 11:26:37 2005 -0700
+++ b/test.bash	Sun Sep 18 10:19:58 2005 -0700
@@ -33,10 +33,7 @@
     fi
 fi
 
-if [ "$1" == "comp" ]; then
-    exit
-fi
-
+if [ "$1" == "test" ]; then
 # build the test.cf file
 make test.cf
 
@@ -60,3 +57,4 @@
 
 echo eventually "'"kill -KILL $P2 $P3"'"
 
+fi