summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2020-09-24 23:04:15 +0200
committerDaniel Stenberg <daniel@haxx.se>2020-09-25 08:35:01 +0200
commitc4693adc62e44e7abaa6a8aa2180693bcf120b43 (patch)
tree284cb791c85bd184451a91b76dfb83dd7f753765 /tests
parent92a9b88ebf7aa61d8183e633106f554f3f39bf74 (diff)
downloadcurl-c4693adc62e44e7abaa6a8aa2180693bcf120b43.tar.gz
imap: make imap_send use dynbuf for the send buffer management
Reuses the buffer and thereby reduces number of mallocs over a transfer. Closes #6010
Diffstat (limited to 'tests')
-rwxr-xr-xtests/runtests.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/runtests.pl b/tests/runtests.pl
index 7bfaab57a..49b318dc7 100755
--- a/tests/runtests.pl
+++ b/tests/runtests.pl
@@ -166,7 +166,7 @@ my $SSHSRVMD5 = "[uninitialized]"; # MD5 of ssh server public key
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