Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
BIND
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
637
Issues
637
List
Boards
Labels
Service Desk
Milestones
Merge Requests
104
Merge Requests
104
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ISC Open Source Projects
BIND
Commits
29d1f6a7
Commit
29d1f6a7
authored
Jul 26, 2016
by
Witold Krecicki
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typos in nzd2nzf test
parent
915544f3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
bin/tests/system/conf.sh.in
bin/tests/system/conf.sh.in
+1
-1
bin/tests/system/nzd2nzf/tests.sh
bin/tests/system/nzd2nzf/tests.sh
+1
-1
No files found.
bin/tests/system/conf.sh.in
View file @
29d1f6a7
...
...
@@ -65,7 +65,7 @@ SUBDIRS="acl additional addzone allow_query autosign builtin cacheclean case
@DNSTAP@ dscp dsdigest dyndb ecdsa ednscompliance emptyzones
fetchlimit filter-aaaa formerr forward geoip glue gost inline ixfr
@KEYMGR@ legacy limits logfileconfig lwresd masterfile masterformat
metadata mkeys names notify nslookup nsupdate nz
f2nzd
pending
metadata mkeys names notify nslookup nsupdate nz
d2nzf
pending
pipelined @PKCS11_TEST@ reclimit redirect resolver rndc rpz
rpzrecurse rrchecker rrl rrsetorder rsabigexponent runtime sfcache
smartsign sortlist spf staticstub statistics statschannel stub tcp
...
...
bin/tests/system/nzd2nzf/tests.sh
View file @
29d1f6a7
...
...
@@ -42,7 +42,7 @@ status=`expr $status + $ret`
n
=
`
expr
$n
+ 1
`
echo
"I:checking that _default.nzf contains the expected content (
$n
)"
grep
'zone
added.example
{ type master; file "added.db"; };'
ns1/_default.nzf
>
/dev/null
||
ret
=
1
grep
'zone
"added.example"
{ type master; file "added.db"; };'
ns1/_default.nzf
>
/dev/null
||
ret
=
1
if
[
$ret
!=
0
]
;
then
echo
"I:failed"
;
fi
status
=
`
expr
$status
+
$ret
`
...
...
Write
Preview
Markdown
is supported
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