diff --git a/tests/runtests.pl b/tests/runtests.pl index 3ff3187191276c83bec5b117db4e95a570e8a3de..377d733c719e3aa63cf6fadd0dc2a0277bdfcca7 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") {