From: Daniel Stenberg Date: Mon, 19 Oct 2020 09:50:08 +0000 (+0200) Subject: runtests: revert the mistaken edit of $CURL X-Git-Tag: curl-7_74_0~144 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4282d5f9d06a1e4c6f9b48f0075cbe959b8a000d;p=thirdparty%2Fcurl.git runtests: revert the mistaken edit of $CURL Regression from c4693adc62 --- diff --git a/tests/runtests.pl b/tests/runtests.pl index b962f1646d..c83b833a92 100755 --- a/tests/runtests.pl +++ b/tests/runtests.pl @@ -167,7 +167,7 @@ my $VERSION; # curl's reported version number my $srcdir = $ENV{'srcdir'} || '.'; my $CURL="../src/curl".exe_ext('TOOL'); # what curl executable to run on the tests -my $VCURL="curl"; # what curl binary to use to verify the servers with +my $VCURL=$CURL; # what curl binary to use to verify the servers with # VCURL is handy to set to the system one when the one you # just built hangs or crashes and thus prevent verification my $DBGCURL=$CURL; #"../src/.libs/curl"; # alternative for debugging