Commit 10717bd3 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

remove the command file after each test

parent 302bb4a4
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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];