aboutsummaryrefslogtreecommitdiff
path: root/tests/libtest/lib503.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/libtest/lib503.c')
-rw-r--r--tests/libtest/lib503.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/libtest/lib503.c b/tests/libtest/lib503.c
index aeb85db36..4e7ac82db 100644
--- a/tests/libtest/lib503.c
+++ b/tests/libtest/lib503.c
@@ -67,7 +67,7 @@ int test(char *URL)
return 89;
}
- if (select(max_fd+1, &rd, &wr, &exc, &interval) == -1) {
+ if (select_test(max_fd+1, &rd, &wr, &exc, &interval) == -1) {
fprintf(stderr, "bad select??\n");
return 95;
}