Skip to content
GitLab
Menu
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
dee1f1a4
Commit
dee1f1a4
authored
Feb 21, 2019
by
Mark Andrews
Committed by
Michał Kępień
Mar 11, 2019
Browse files
${ttl} must exist and be non null
parent
a85cc414
Pipeline
#11650
passed with stages
in 20 minutes and 58 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
bin/tests/system/dnssec/tests.sh
View file @
dee1f1a4
...
...
@@ -2795,10 +2795,10 @@ dig_with_answeropts expiring.example soa @10.53.0.4 > dig.out.ns4.2.$n
ttls
=
$(
awk
'$1 != ";;" {print $2}'
dig.out.ns4.1.
$n
)
ttls2
=
$(
awk
'$1 != ";;" {print $2}'
dig.out.ns4.2.
$n
)
for
ttl
in
${
ttls
:-
0
}
;
do
[
"
${
ttl
:-
0
}
"
-eq
300
]
||
ret
=
1
[
"
${
ttl
}
"
-eq
300
]
||
ret
=
1
done
for
ttl
in
${
ttls2
:-
0
}
;
do
[
"
${
ttl
:-
0
}
"
-le
60
]
||
ret
=
1
[
"
${
ttl
}
"
-le
60
]
||
ret
=
1
done
n
=
$((
n+1
))
test
"
$ret
"
-eq
0
||
echo_i
"failed"
...
...
Mark Andrews
@marka
mentioned in commit
8f2f5d98
·
Mar 11, 2019
mentioned in commit
8f2f5d98
mentioned in commit 8f2f5d98dc36620a0a28133843c800e3c739e807
Toggle commit list
Mark Andrews
@marka
mentioned in commit
e6718cf4
·
Mar 11, 2019
mentioned in commit
e6718cf4
mentioned in commit e6718cf4c4fda7b16290cfd80fbf87eb53471b4e
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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