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
e1f590a5
Commit
e1f590a5
authored
Aug 26, 2016
by
Mark Andrews
Browse files
remove spurious 'i'
parent
8560e848
Changes
1
Hide whitespace changes
Inline
Side-by-side
bin/tests/system/resolver/tests.sh
View file @
e1f590a5
...
...
@@ -435,7 +435,7 @@ ttl1=`awk '$4 == "DS" && $7 == "1" { print $2 }' dig.out.2.${n}`
sleep
1
# check that prefetch occured
$DIG
@10.53.0.5
-p
5300 ds.example.net ds +dnssec
>
dig.out.3.
${
n
}
||
ret
=
1
dsttl
=
`
awk
'$4 == "DS"
i
&& $7 == "1" { print $2 }'
dig.out.3.
${
n
}
`
dsttl
=
`
awk
'$4 == "DS" && $7 == "1" { print $2 }'
dig.out.3.
${
n
}
`
sigttl
=
`
awk
'$4 == "RRSIG" && $5 == "DS" { print $2 }'
dig.out.3.
${
n
}
`
test
${
dsttl
:-
0
}
-gt
${
ttl2
:-
1
}
||
ret
=
1
test
${
sigttl
:-
0
}
-gt
${
ttl2
:-
1
}
||
ret
=
1
...
...
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