]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
removed 5-second sleep and unnecessary semicolon
authorAndreas Gustafsson <source@isc.org>
Mon, 24 Jul 2000 22:05:16 +0000 (22:05 +0000)
committerAndreas Gustafsson <source@isc.org>
Mon, 24 Jul 2000 22:05:16 +0000 (22:05 +0000)
bin/tests/system/xfer/tests.sh

index 88c23c51c9ead5e26fdf4efa470fc40da0e92775..0510707a90498cb3d1912555e4146c2e01793f69 100644 (file)
@@ -15,7 +15,7 @@
 # ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
 # SOFTWARE.
 
-# $Id: tests.sh,v 1.18 2000/07/07 18:25:18 bwelling Exp $
+# $Id: tests.sh,v 1.19 2000/07/24 22:05:16 gson Exp $
 
 SYSTEMTESTTOP=..
 . $SYSTEMTESTTOP/conf.sh
@@ -24,9 +24,7 @@ SYSTEMTESTTOP=..
 # Perform tests
 #
 
-sleep 5
-
-status=0;
+status=0
 $DIG +tcp +noadd +nosea +nostat +noquest +nocomm +nocmd example. \
        @10.53.0.2 axfr -p 5300 > dig.out.ns2 || status=1
 grep ";" dig.out.ns2