From: Jay Satiro Date: Sun, 23 Aug 2015 01:19:34 +0000 (-0400) Subject: runtests: Allow for spaces in server-verify curl custom path X-Git-Tag: curl-7_45_0~112 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=22cb63119889f57019449c9412f69a1e07ada696;p=thirdparty%2Fcurl.git runtests: Allow for spaces in server-verify curl custom path --- diff --git a/tests/runtests.pl b/tests/runtests.pl index 3ff3187191..377d733c71 100755 --- a/tests/runtests.pl +++ b/tests/runtests.pl @@ -4744,7 +4744,7 @@ while(@ARGV) { # the development version as then it won't be able to run any tests # since it can't verify the servers! - $VCURL=$ARGV[1]; + $VCURL="\"$ARGV[1]\""; shift @ARGV; } elsif ($ARGV[0] eq "-d") {