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
fe898ea0
Commit
fe898ea0
authored
Dec 08, 2012
by
Mark Andrews
Browse files
DIG -> $DIG
parent
e85702ce
Changes
1
Hide whitespace changes
Inline
Side-by-side
bin/tests/system/unknown/tests.sh
View file @
fe898ea0
...
...
@@ -174,14 +174,14 @@ status=`expr $status + $ret`
echo
"I:check that '"
'"\\#"'
"' is not treated as the unknown escape sequence"
ret
=
0
DIG
$DIGOPTS
@10.53.0.1 +tcp +short txt8.example txt
>
dig.out
$
DIG
$DIGOPTS
@10.53.0.1 +tcp +short txt8.example txt
>
dig.out
echo
'"#" "2" "0145"'
| diff - dig.out
||
ret
=
1
[
$ret
=
0
]
||
echo
"I: failed"
status
=
`
expr
$status
+
$ret
`
echo
"I:check that '"
'TXT \# text'
"' is not treated as the unknown escape sequence"
ret
=
0
DIG
$DIGOPTS
@10.53.0.1 +tcp +short txt9.example txt
>
dig.out
$
DIG
$DIGOPTS
@10.53.0.1 +tcp +short txt9.example txt
>
dig.out
echo
'"#" "text"'
| diff - dig.out
||
ret
=
1
[
$ret
=
0
]
||
echo
"I: failed"
status
=
`
expr
$status
+
$ret
`
...
...
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