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:
parent
302bb4a4b3
commit
10717bd39b
@ -516,6 +516,9 @@ sub singletest {
|
|||||||
$res /= 256;
|
$res /= 256;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# remove the special FTP command file after each test!
|
||||||
|
unlink($FTPDCMD);
|
||||||
|
|
||||||
my @err = getpart("verify", "errorcode");
|
my @err = getpart("verify", "errorcode");
|
||||||
my $errorcode = $err[0];
|
my $errorcode = $err[0];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user