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
592
Issues
592
List
Boards
Labels
Service Desk
Milestones
Merge Requests
114
Merge Requests
114
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
e6f2c2f5
Commit
e6f2c2f5
authored
Jan 22, 2019
by
Evan Hunt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix addzone test
typographical error prevented reconfiguration
parent
def7574b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
bin/tests/system/addzone/tests.sh
bin/tests/system/addzone/tests.sh
+1
-1
No files found.
bin/tests/system/addzone/tests.sh
View file @
e6f2c2f5
...
...
@@ -667,7 +667,7 @@ echo_i "check delzone after reconfig failure ($n)"
ret
=
0
$RNDCCMD
10.53.0.3 addzone
'inlineslave.example. IN { type slave; file "inlineslave.db"; masterfile-format text; masters { testmaster; }; };'
>
/dev/null 2>&1
||
ret
=
1
copy_setports ns3/named2.conf.in ns3/named.conf
rndc_reconf
gi
ns3 10.53.0.3
rndc_reconf
ig
ns3 10.53.0.3
$RNDCCMD
10.53.0.3 delzone inlineslave.example
>
/dev/null 2>&1
||
ret
=
1
n
=
`
expr
$n
+ 1
`
if
[
$ret
!=
0
]
;
then
echo_i
"failed"
;
fi
...
...
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