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
bbf46f1a
Commit
bbf46f1a
authored
May 01, 2011
by
Mark Andrews
Browse files
fix expression
parent
8791b17f
Changes
1
Hide whitespace changes
Inline
Side-by-side
bin/tests/system/autosign/tests.sh
View file @
bbf46f1a
...
...
@@ -14,7 +14,7 @@
# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
# PERFORMANCE OF THIS SOFTWARE.
# $Id: tests.sh,v 1.2
2
2011/05/01
1
1:
29:20
marka Exp $
# $Id: tests.sh,v 1.2
3
2011/05/01
2
1:
36:33
marka Exp $
SYSTEMTESTTOP
=
..
.
$SYSTEMTESTTOP
/conf.sh
...
...
@@ -898,8 +898,7 @@ check_interval () {
{
if ($6 == 0)
$6 = 25;
x = ($6+ $5*60000 + $4*3600000) -
($3+ $2*60000 + $1*3600000);
x = ($6+ $5*60000 + $4*3600000) - ($3+ $2*60000 + $1*3600000);
x = x/1000;
if (x != int(x))
x = int(x + 1);
...
...
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