Tor Arntsen's mkdir-fix to make this run with perl 5.0005
authorDaniel Stenberg <daniel@haxx.se>
Wed, 24 Mar 2004 21:28:31 +0000 (21:28 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 24 Mar 2004 21:28:31 +0000 (21:28 +0000)
tests/testcurl.pl

index 0d9a142..89b47f6 100755 (executable)
@@ -212,7 +212,7 @@ rmtree "buildlog-*";
 foreach (glob("$CURLDIR/buildlog-*")) { unlink $_; }
 
 # create a dir to build in
-mkdir $build;
+mkdir $build, 0777;
 
 if (-d $build) {
   logit "build dir $build was created fine";