diff options
author | Daniel Stenberg <daniel@haxx.se> | 2001-11-29 20:15:59 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2001-11-29 20:15:59 +0000 |
commit | 10717bd39bdd415038947fe0bd235f860b7883f4 (patch) | |
tree | 5984ed6b86a6adf362f452043e944fc36f00bf7e /tests | |
parent | 302bb4a4b3414712dae988208572cb86af08e9e4 (diff) |
remove the command file after each test
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/runtests.pl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/runtests.pl b/tests/runtests.pl index af1bedd44..95fc2f250 100755 --- a/tests/runtests.pl +++ b/tests/runtests.pl @@ -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]; |