mirror of
https://github.com/curl/curl.git
synced 2026-07-22 22:57:21 +03:00
removed upload.NN files after each test
This commit is contained in:
parent
30ec0af109
commit
7015c61b86
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue