From 22cb63119889f57019449c9412f69a1e07ada696 Mon Sep 17 00:00:00 2001 From: Jay Satiro Date: Sat, 22 Aug 2015 21:19:34 -0400 Subject: runtests: Allow for spaces in server-verify curl custom path --- tests/runtests.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/runtests.pl') 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") { -- cgit v1.2.1