mirror of
https://github.com/curl/curl.git
synced 2026-06-01 19:44:16 +03:00
remove the command file after each test
This commit is contained in:
parent
302bb4a4b3
commit
10717bd39b
1 changed files with 3 additions and 0 deletions
|
|
@ -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];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue