From: Daniel Stenberg Date: Wed, 31 Oct 2018 10:08:49 +0000 (+0100) Subject: runtests: use the local curl for verifying X-Git-Tag: curl-7_63_0~121 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8effa8c2b09906a2f00a3f08322dc5da35245b0a;p=thirdparty%2Fcurl.git runtests: use the local curl for verifying ... revert the mistaken change brought in commit 8440616f53. Reported-by: Alessandro Ghedini Bug: https://curl.haxx.se/mail/lib-2018-10/0118.html Closes #3198 --- diff --git a/tests/runtests.pl b/tests/runtests.pl index 5dce330425..6a644ed0d5 100755 --- a/tests/runtests.pl +++ b/tests/runtests.pl @@ -151,7 +151,7 @@ my $NEGTELNETPORT; # TELNET server port with negotiation my $srcdir = $ENV{'srcdir'} || '.'; my $CURL="../src/curl".exe_ext(); # 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