From f19baf27ebf89bea3768471be3c89772dc8a0be5 Mon Sep 17 00:00:00 2001 From: Dan Fandrich Date: Tue, 9 May 2017 19:49:17 +0200 Subject: tests: make test file names more unique Include the test number in the names of files written out by tests to reduce the chance of accidental duplication and to make it more clear which test is associated with which file. --- tests/libtest/lib1900.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/libtest') 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(); -- cgit v1.2.3