diff options
Diffstat (limited to 'tests/libtest/lib1506.c')
-rw-r--r-- | tests/libtest/lib1506.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/libtest/lib1506.c b/tests/libtest/lib1506.c index 687437636..d456bc95c 100644 --- a/tests/libtest/lib1506.c +++ b/tests/libtest/lib1506.c @@ -112,7 +112,7 @@ int test(char *URL) /* At this point, maxfd is guaranteed to be greater or equal than -1. */ - select_test(maxfd+1, &rd, &wr, &exc, &interval); + select_test(maxfd + 1, &rd, &wr, &exc, &interval); abort_on_test_timeout(); } |