diff -urp c:\f\curl-old/curl/tests/runtests.pl c:\f\curl-new/curl/tests/runtests.pl
--- c:\f\curl-old/curl/tests/runtests.pl	2005-12-05 20:23:56.000000000 +0100
+++ c:\f\curl-new/curl/tests/runtests.pl	2005-12-06 07:29:44.125000000 +0100
@@ -2036,6 +2036,13 @@ $TFTPPORT =  $base + 7; # TFTP (UDP) por
 $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
 #
 

