From: Mark Andrews Date: Fri, 6 Feb 2015 05:58:39 +0000 (+1100) Subject: use $PERL X-Git-Tag: v9.11.0a1~1042 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=b1de3a999ce3707e1f0c7ede150f6dc8bc9870f9;p=thirdparty%2Fbind9.git use $PERL --- diff --git a/bin/tests/system/dnssec/tests.sh b/bin/tests/system/dnssec/tests.sh index 0803a4c4f08..a75dc4f03bf 100644 --- a/bin/tests/system/dnssec/tests.sh +++ b/bin/tests/system/dnssec/tests.sh @@ -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