mirror of
https://github.com/moparisthebest/curl
synced 2024-12-22 08:08:50 -05:00
removed upload.NN files after each test
This commit is contained in:
parent
30ec0af109
commit
7015c61b86
@ -507,6 +507,7 @@ sub singletest {
|
|||||||
unlink($STDOUT);
|
unlink($STDOUT);
|
||||||
unlink($STDERR);
|
unlink($STDERR);
|
||||||
|
|
||||||
|
unlink("$LOGDIR/upload.$NUMBER"); # remove upload leftovers
|
||||||
unlink($CURLOUT); # remove the downloaded results
|
unlink($CURLOUT); # remove the downloaded results
|
||||||
unlink($FTPDCMD); # remove the instructions for this test
|
unlink($FTPDCMD); # remove the instructions for this test
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user