From: Daniel Stenberg Date: Mon, 29 Jan 2001 15:07:28 +0000 (+0000) Subject: removed upload.NN files after each test X-Git-Tag: curl-7_6_1-pre2~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7015c61b86d84b287e05269e118bd5c8135ced59;p=thirdparty%2Fcurl.git removed upload.NN files after each test --- diff --git a/tests/runtests.pl b/tests/runtests.pl index e5c20b4321..164ac5e22d 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