From 7015c61b86d84b287e05269e118bd5c8135ced59 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 29 Jan 2001 15:07:28 +0000 Subject: removed upload.NN files after each test --- tests/runtests.pl | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/runtests.pl') diff --git a/tests/runtests.pl b/tests/runtests.pl index e5c20b432..164ac5e22 100755 --- a/tests/runtests.pl +++ b/tests/runtests.pl @@ -507,6 +507,7 @@ sub singletest { unlink($STDOUT); unlink($STDERR); + unlink("$LOGDIR/upload.$NUMBER"); # remove upload leftovers unlink($CURLOUT); # remove the downloaded results unlink($FTPDCMD); # remove the instructions for this test -- cgit v1.2.3