summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2018-10-31 11:08:49 +0100
committerDaniel Stenberg <daniel@haxx.se>2018-10-31 11:09:41 +0100
commit2dcbc3b09df8af158459cbac29290f6da5716a66 (patch)
treed2fe933c4ab577447e1ffe8dbed09bb5a815a701
parent196677150f711a96c38ed123e621f1d4e995b2e5 (diff)
downloadcurl-bagder/runtests-vcurl.tar.gz
runtests: use the local curl for verifyingbagder/runtests-vcurl
... revert the mistaken change brought in commit 8440616f53. Reported-by: Alessandro Ghedini Bug: https://curl.haxx.se/mail/lib-2018-10/0118.html
-rwxr-xr-xtests/runtests.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/runtests.pl b/tests/runtests.pl
index 5dce33042..6a644ed0d 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