1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 23:58:49 -05:00

removed upload.NN files after each test

This commit is contained in:
Daniel Stenberg 2001-01-29 15:07:28 +00:00
parent 30ec0af109
commit 7015c61b86

View File

@ -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