Browse Source

[1213] Changes as a result of review

Stephen Morris 13 years ago
parent
commit
4cfd27849e
2 changed files with 2 additions and 3 deletions
  1. 0 1
      tests/system/ixfr/in-2/setup.sh.in
  2. 2 2
      tests/system/ixfr/ixfr_init.sh.in

+ 0 - 1
tests/system/ixfr/in-2/setup.sh.in

@@ -1,4 +1,3 @@
-
 #!/bin/sh
 #!/bin/sh
 #
 #
 # Copyright (C) 2011  Internet Systems Consortium, Inc. ("ISC")
 # Copyright (C) 2011  Internet Systems Consortium, Inc. ("ISC")

+ 2 - 2
tests/system/ixfr/ixfr_init.sh.in

@@ -118,7 +118,7 @@ wait_for_update() {
     if [ $? -ne 0 ];
     if [ $? -ne 0 ];
     then
     then
         echo "R:FAIL wait_for_update - name or ip address of system not supplied"
         echo "R:FAIL wait_for_update - name or ip address of system not supplied"
-        return 1t
+        return 1
 
 
     fi
     fi
 
 
@@ -137,7 +137,7 @@ wait_for_update() {
     # Now poll the server looking for the new serial number
     # Now poll the server looking for the new serial number
 
 
     echo "I:$name waiting for SOA serial to change from $serial"
     echo "I:$name waiting for SOA serial to change from $serial"
-    for i in `seq 1 12`
+    for i in 1 2 3 4 5 6 7 8 9 10 11 12
     do
     do
         if [ $i -gt 1 ];
         if [ $i -gt 1 ];
         then
         then