diff options
author | Yang Tse <yangsita@gmail.com> | 2010-01-21 14:29:04 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2010-01-21 14:29:04 +0000 |
commit | abe3e6b36c3f5261dc43b64c171c37c5079ec9db (patch) | |
tree | 61c82af77af88f4b34902293e90f5aaa4beaf571 /tests | |
parent | 105e430641db2ece86ee23593528c0380049b7f6 (diff) |
fix warning triggered when debugging on cygwin
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/runtests.pl | 3 |
1 files changed, 2 insertions, 1 deletions
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 |