2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 14:07:59 +00:00

join line for old awk

This commit is contained in:
Mark Andrews 2011-12-12 12:08:09 +00:00
parent b251320352
commit 91013b0e19

View 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 $?
}