]> granicus.if.org Git - curl/commitdiff
fixed another space issue
authorDaniel Stenberg <daniel@haxx.se>
Fri, 13 Dec 2002 16:24:57 +0000 (16:24 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 13 Dec 2002 16:24:57 +0000 (16:24 +0000)
tests/runtests.pl

index 3e86abd5a3555cf3d8a108ee5a98c5bc4f867a1e..921cd28bfb2778277f6082274f510a75049b85fa 100755 (executable)
@@ -591,7 +591,7 @@ sub singletest {
     my $cmdargs;
     if(!$tool) {
         # run curl, add -v for debug information output
-        $cmdargs ="$out--include -v $cmd";
+        $cmdargs ="$out --include -v $cmd";
     }
     else {
         $cmdargs = " $cmd"; # $cmd is the command line for the test file