1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 23:58:49 -05:00

remove the command file after each test

This commit is contained in:
Daniel Stenberg 2001-11-29 20:15:59 +00:00
parent 302bb4a4b3
commit 10717bd39b

View File

@ -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];