diff options
| author | Daniel Stenberg <daniel@haxx.se> | 2002-12-13 16:24:57 +0000 | 
|---|---|---|
| committer | Daniel Stenberg <daniel@haxx.se> | 2002-12-13 16:24:57 +0000 | 
| commit | c433cf7459ee393af6833545f2e418981d89e56a (patch) | |
| tree | 1c833fbe3c0255c4b6920d734dddc8e41dcf668f | |
| parent | e0d6ebc2f23e6e59790608cc48f2ffb6311d1bfd (diff) | |
fixed another space issue
| -rwxr-xr-x | tests/runtests.pl | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/tests/runtests.pl b/tests/runtests.pl index 3e86abd5a..921cd28bf 100755 --- a/tests/runtests.pl +++ b/tests/runtests.pl @@ -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 | 
