From: Mark Andrews Date: Mon, 12 Dec 2011 12:08:09 +0000 (+0000) Subject: join line for old awk X-Git-Tag: v9.9.0rc1~38 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=91013b0e1955471a02654ff3d0eebca00c77cc4b;p=thirdparty%2Fbind9.git join line for old awk --- diff --git a/bin/tests/system/autosign/tests.sh b/bin/tests/system/autosign/tests.sh index a1421d8893b..e53430fedfc 100644 --- a/bin/tests/system/autosign/tests.sh +++ b/bin/tests/system/autosign/tests.sh @@ -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 $? }