From 10717bd39bdd415038947fe0bd235f860b7883f4 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 29 Nov 2001 20:15:59 +0000 Subject: remove the command file after each test --- tests/runtests.pl | 3 +++ 1 file changed, 3 insertions(+) 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]; -- cgit v1.2.3