diff options
author | Yang Tse <yangsita@gmail.com> | 2008-01-09 00:58:48 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2008-01-09 00:58:48 +0000 |
commit | fc794ae0129f23465a5eae0fcd84e4828e0ab306 (patch) | |
tree | eda7e5e1d5db9a7171c565747a8b7a3ceb94d4b0 /tests/sshhelp.pm | |
parent | 07227e8089747a3368ade10a3668371270e454ca (diff) | |
download | curl-fc794ae0129f23465a5eae0fcd84e4828e0ab306.tar.gz |
Add /usr/freeware/sbin and /usr/freeware/libexec to the ssh binaries
locations search list.
Diffstat (limited to 'tests/sshhelp.pm')
-rw-r--r-- | tests/sshhelp.pm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/sshhelp.pm b/tests/sshhelp.pm index efe7a7f32..b36adb7a8 100644 --- a/tests/sshhelp.pm +++ b/tests/sshhelp.pm @@ -126,6 +126,8 @@ $clipubkeyf = 'curl_client_key.pub'; # client public key file /usr/lib/misc /usr/local/sbin /usr/freeware/bin + /usr/freeware/sbin + /usr/freeware/libexec /opt/ssh/sbin /opt/ssh/libexec ); |