diff options
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/runtests.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/runtests.pl b/tests/runtests.pl index e5c20b432..164ac5e22 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 |