Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
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
9a32b8d8
Commit
9a32b8d8
authored
Jul 13, 2013
by
Evan Hunt
Browse files
[master] add a sleep to prevent intermittent test failure
parent
d94e2244
Changes
1
Hide whitespace changes
Inline
Side-by-side
bin/tests/system/redirect/tests.sh
View file @
9a32b8d8
...
...
@@ -334,6 +334,7 @@ status=`expr $status + $ret`
echo
"I:checking that redirect zones reload correctly"
ret
=
0
sleep
1
# ensure file mtime will have changed
sed
-e
's/0 0 0 0 0/1 0 0 0 0/'
< ns2/example.db.in
>
ns2/example.db
sed
-e
's/0 0 0 0 0/1 0 0 0 0/'
-e
's/\.1$/.2/'
< ns2/redirect.db.in
>
ns2/redirect.db
$RNDC
-c
../common/rndc.conf
-s
10.53.0.2
-p
9953 reload
>
rndc.out
||
ret
=
1
...
...
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