From abe3e6b36c3f5261dc43b64c171c37c5079ec9db Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Thu, 21 Jan 2010 14:29:04 +0000 Subject: fix warning triggered when debugging on cygwin --- tests/runtests.pl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/runtests.pl b/tests/runtests.pl index 2660a4ac3..428e5131f 100755 --- a/tests/runtests.pl +++ b/tests/runtests.pl @@ -97,6 +97,7 @@ use sshhelp qw( display_sshdlog display_sshlog display_sftplog + exe_ext find_sshd find_ssh find_sftp @@ -133,7 +134,7 @@ my $SMTPPORT; # SMTP my $SMTP6PORT; # SMTP IPv6 server port my $srcdir = $ENV{'srcdir'} || '.'; -my $CURL="../src/curl"; # what curl executable to run on the tests +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 # VCURL is handy to set to the system one when the one you # just built hangs or crashes and thus prevent verification -- cgit v1.2.3