aboutsummaryrefslogtreecommitdiff
path: root/tests/libtest/lib504.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/libtest/lib504.c')
-rw-r--r--tests/libtest/lib504.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/libtest/lib504.c b/tests/libtest/lib504.c
index 5ba9362bb..843e9ebd0 100644
--- a/tests/libtest/lib504.c
+++ b/tests/libtest/lib504.c
@@ -77,7 +77,7 @@ int test(char *URL)
ret = 3;
break;
}
- rc = select(max_fd+1, &rd, &wr, &exc, &interval);
+ rc = select_test(max_fd+1, &rd, &wr, &exc, &interval);
fprintf(stderr, "select returned %d\n", rc);
/* we only allow a certain number of loops to avoid hanging here