Commit 22cb6311 authored by Jay Satiro's avatar Jay Satiro
Browse files

runtests: Allow for spaces in server-verify curl custom path

parent 613e5022
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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") {