From 37ee11f4d42bff1f46fae7d2755e0d6d8a55e572 Mon Sep 17 00:00:00 2001 From: Harshavardhana Date: Fri, 26 Sep 2014 10:12:47 -0700 Subject: Sane default for SSL on OSX - /opt/local is not preferred anymore use /usr/local Change-Id: I30cad4cbd28850063f26121cace05371e13bb314 BUG: 1129939 Signed-off-by: Harshavardhana Reviewed-on: http://review.gluster.org/8872 Tested-by: Gluster Build System Reviewed-by: Vijay Bellur --- tests/features/ssl-authz.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') 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 -- cgit