summaryrefslogtreecommitdiff
path: root/tests/run_integration_tests.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/run_integration_tests.sh')
-rwxr-xr-xtests/run_integration_tests.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/run_integration_tests.sh b/tests/run_integration_tests.sh
index 451fbec..02d132d 100755
--- a/tests/run_integration_tests.sh
+++ b/tests/run_integration_tests.sh
@@ -31,7 +31,7 @@ cp $SSHDIR/id_rsa.pub $SSHDIR/authorized_keys
ssh-keygen -f $SSHDIR/ssh_host_rsa_key -N '' -t rsa
-for p in /usr/lib/openssh/sftp-server /usr/libexec/sftp-server ; do
+for p in /usr/lib/openssh/sftp-server /usr/libexec/sftp-server /usr/libexec/openssh/sftp-server ; do
if test -x $p ; then
SFTP=$p
fi