]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
use $PERL
authorMark Andrews <marka@isc.org>
Fri, 6 Feb 2015 05:58:39 +0000 (16:58 +1100)
committerMark Andrews <marka@isc.org>
Fri, 6 Feb 2015 05:58:39 +0000 (16:58 +1100)
bin/tests/system/dnssec/tests.sh

index 0803a4c4f088dc0ffb353dd1b97429af0d21de06..a75dc4f03bfaf361add5559b8319e3b8ba087409 100644 (file)
@@ -2041,7 +2041,7 @@ ts=`awk '{print $3" "$4}' < rndc.out.ns4.test$n.1`
 # rndc nta outputs localtime, so append the timezone
 ts_with_zone="$ts `date +%z`"
 # ntadiff.pl computes $ts_with_zone - ($added + 1week)
-d=`./ntadiff.pl "$ts_with_zone" "$added"`
+d=`$PERL ./ntadiff.pl "$ts_with_zone" "$added"`
 echo "ts=$ts" > rndc.out.ns4.test$n.2
 echo "ts_with_zone=$ts_with_zone" >> rndc.out.ns4.test$n.2
 echo "d=$d" >> rndc.out.ns4.test$n.2