Skip to content
Snippets Groups Projects
Commit 10717bd3 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

remove the command file after each test

parent 302bb4a4
No related branches found
No related tags found
No related merge requests found
......@@ -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];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment