mirror of
https://github.com/curl/curl.git
synced 2025-03-31 16:00:35 +08:00
runtests: revert the mistaken edit of $CURL
Regression from c4693adc62
This commit is contained in:
parent
eb97e2c798
commit
4282d5f9d0
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user