aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtests/runtests.pl3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/runtests.pl b/tests/runtests.pl
index af1bedd44..95fc2f250 100755
--- a/tests/runtests.pl
+++ b/tests/runtests.pl
@@ -516,6 +516,9 @@ sub singletest {
$res /= 256;
}
+ # remove the special FTP command file after each test!
+ unlink($FTPDCMD);
+
my @err = getpart("verify", "errorcode");
my $errorcode = $err[0];