diff options
author | Jay Satiro <raysatiro@yahoo.com> | 2015-08-22 21:19:34 -0400 |
---|---|---|
committer | Jay Satiro <raysatiro@yahoo.com> | 2015-08-22 21:19:34 -0400 |
commit | 22cb63119889f57019449c9412f69a1e07ada696 (patch) | |
tree | 94b285c867bbe0a0396c20c87eddf5eef888a556 /tests/runtests.pl | |
parent | 613e5022fe24cb23922c5f32ef3c33c5fb36d115 (diff) |
runtests: Allow for spaces in server-verify curl custom path
Diffstat (limited to 'tests/runtests.pl')
-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 3ff318719..377d733c7 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") { |