From c433cf7459ee393af6833545f2e418981d89e56a Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 13 Dec 2002 16:24:57 +0000 Subject: fixed another space issue --- tests/runtests.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') 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 -- cgit v1.2.3