summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2007-06-14 21:16:08 +0000
committerDaniel Stenberg <daniel@haxx.se>2007-06-14 21:16:08 +0000
commitb0aa11fde7da951e3a0a4746fbc2601b02d2888c (patch)
treebb4f80b986604f49642ccf2613a4034c722800fd
parentb691102ec7a0409d831dff01d2d7075d56dd7516 (diff)
downloadcurl-b0aa11fde7da951e3a0a4746fbc2601b02d2888c.tar.gz
Tom Regner added /usr/lib/misc to the path to scan for sftp to make the
sftp tests run fine on gentoo
-rw-r--r--tests/sshserver.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/sshserver.pl b/tests/sshserver.pl
index a2413bb07..d6802ea38 100644
--- a/tests/sshserver.pl
+++ b/tests/sshserver.pl
@@ -25,7 +25,7 @@ if ($^O eq 'MSWin32' || $^O eq 'cygwin' || $^O eq 'msys' || $^O eq 'dos' || $^O
}
# Where to look for sftp-server
-my @sftppath=qw(/usr/lib/openssh /usr/libexec/openssh /usr/libexec /usr/local/libexec /opt/local/libexec /usr/lib/ssh /usr/libexec/ssh /usr/sbin /usr/lib /usr/lib/ssh/openssh /usr/lib64/ssh /usr/lib64/misc);
+my @sftppath=qw(/usr/lib/openssh /usr/libexec/openssh /usr/libexec /usr/local/libexec /opt/local/libexec /usr/lib/ssh /usr/libexec/ssh /usr/sbin /usr/lib /usr/lib/ssh/openssh /usr/lib64/ssh /usr/lib64/misc /usr/lib/misc);
my $username = $ENV{USER};