]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
join line for old awk
authorMark Andrews <marka@isc.org>
Mon, 12 Dec 2011 12:08:09 +0000 (12:08 +0000)
committerMark Andrews <marka@isc.org>
Mon, 12 Dec 2011 12:08:09 +0000 (12:08 +0000)
bin/tests/system/autosign/tests.sh

index a1421d8893b890f2e9188980efc94a124d83db10..e53430fedfcf2cc28e19199178cad6d1fc79d480 100644 (file)
@@ -14,7 +14,7 @@
 # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 # PERFORMANCE OF THIS SOFTWARE.
 
-# $Id: tests.sh,v 1.39 2011/12/12 06:51:12 marka Exp $
+# $Id: tests.sh,v 1.40 2011/12/12 12:08:09 marka Exp $
 
 SYSTEMTESTTOP=..
 . $SYSTEMTESTTOP/conf.sh
@@ -1083,8 +1083,7 @@ check_interval () {
                        if (int(x) > int(interval))
                          exit (1);
                      }
-                     END { if (int(x) > int(interval) ||
-                              int(x) < int(interval-10)) exit(1) }' interval=$2
+                     END { if (int(x) > int(interval) || int(x) < int(interval-10)) exit(1) }' interval=$2
         return $?
 }