diff options
Diffstat (limited to 'tests/features/ssl-authz.t')
-rwxr-xr-x | tests/features/ssl-authz.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/features/ssl-authz.t b/tests/features/ssl-authz.t index 4aabb1d14ec..72db389f5cf 100755 --- a/tests/features/ssl-authz.t +++ b/tests/features/ssl-authz.t @@ -6,7 +6,7 @@ ping_file () { echo hello > $1 2> /dev/null } -for d in /etc/ssl /etc/openssl /opt/local/etc/openssl ; do +for d in /etc/ssl /etc/openssl /usr/local/etc/openssl ; do if test -d $d ; then SSL_BASE=$d break |