From: Daniel Stenberg Date: Thu, 29 Nov 2001 20:15:59 +0000 (+0000) Subject: remove the command file after each test X-Git-Tag: curl-7_9_2~29 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=10717bd39bdd415038947fe0bd235f860b7883f4;p=curl remove the command file after each test --- 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];