diff options
-rwxr-xr-x | tests/runtests.pl | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/tests/runtests.pl b/tests/runtests.pl index 9b52e25b7..5ae341742 100755 --- a/tests/runtests.pl +++ b/tests/runtests.pl @@ -2036,6 +2036,13 @@ $TFTPPORT = $base + 7; # TFTP (UDP) port $TFTP6PORT = $base + 8; # TFTP IPv6 (UDP) port ####################################################################### +# clear and create logging directory: +# + +cleardir($LOGDIR); +mkdir($LOGDIR, 0777); + +####################################################################### # Output curl version and host info being tested # @@ -2044,12 +2051,6 @@ if(!$listonly) { } ####################################################################### -# clear and create logging directory: -# -cleardir($LOGDIR); -mkdir($LOGDIR, 0777); - -####################################################################### # If 'all' tests are requested, find out all test numbers # |