diff options
Diffstat (limited to 'tests/libtest/lib1900.c')
-rw-r--r-- | tests/libtest/lib1900.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/libtest/lib1900.c b/tests/libtest/lib1900.c index d72e3e6a2..42c0ef1dd 100644 --- a/tests/libtest/lib1900.c +++ b/tests/libtest/lib1900.c @@ -142,7 +142,7 @@ int test(char *URL) int handlenum = 0; struct timeval last_handle_add; - if(parse_url_file("log/urls.txt") <= 0) + if(parse_url_file(libtest_arg2) <= 0) goto test_cleanup; start_test_timing(); |