Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
BIND
Commits
b1de3a99
Commit
b1de3a99
authored
Feb 06, 2015
by
Mark Andrews
Browse files
use $PERL
parent
29fc1a41
Changes
1
Hide whitespace changes
Inline
Side-by-side
bin/tests/system/dnssec/tests.sh
View file @
b1de3a99
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment