]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
removed upload.NN files after each test
authorDaniel Stenberg <daniel@haxx.se>
Mon, 29 Jan 2001 15:07:28 +0000 (15:07 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 29 Jan 2001 15:07:28 +0000 (15:07 +0000)
tests/runtests.pl

index e5c20b432102c51f683708f4c94d9f2f967f48fc..164ac5e22d525717aa74685cb01e315dc10dd113 100755 (executable)
@@ -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