BIND 10 trac1213, updated. 4cfd27849ef6f2e99ee346763695fbc64742d783 [1213] Changes as a result of review

BIND 10 source code commits bind10-changes at lists.isc.org
Tue Oct 11 13:28:20 UTC 2011


The branch, trac1213 has been updated
       via  4cfd27849ef6f2e99ee346763695fbc64742d783 (commit)
      from  03753df452d1871af6f82824286cc07ab40493f9 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 4cfd27849ef6f2e99ee346763695fbc64742d783
Author: Stephen Morris <stephen at isc.org>
Date:   Tue Oct 11 14:27:53 2011 +0100

    [1213] Changes as a result of review

-----------------------------------------------------------------------

Summary of changes:
 tests/system/ixfr/in-2/setup.sh.in |    1 -
 tests/system/ixfr/ixfr_init.sh.in  |    4 ++--
 2 files changed, 2 insertions(+), 3 deletions(-)

-----------------------------------------------------------------------
diff --git a/tests/system/ixfr/in-2/setup.sh.in b/tests/system/ixfr/in-2/setup.sh.in
index 485b193..a5f64e5 100644
--- a/tests/system/ixfr/in-2/setup.sh.in
+++ b/tests/system/ixfr/in-2/setup.sh.in
@@ -1,4 +1,3 @@
-
 #!/bin/sh
 #
 # Copyright (C) 2011  Internet Systems Consortium, Inc. ("ISC")
diff --git a/tests/system/ixfr/ixfr_init.sh.in b/tests/system/ixfr/ixfr_init.sh.in
index 5964c44..22817eb 100644
--- a/tests/system/ixfr/ixfr_init.sh.in
+++ b/tests/system/ixfr/ixfr_init.sh.in
@@ -118,7 +118,7 @@ wait_for_update() {
     if [ $? -ne 0 ];
     then
         echo "R:FAIL wait_for_update - name or ip address of system not supplied"
-        return 1t
+        return 1
 
     fi
 
@@ -137,7 +137,7 @@ wait_for_update() {
     # Now poll the server looking for the new serial number
 
     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
         if [ $i -gt 1 ];
         then




More information about the bind10-changes mailing list