From 1665ced8b48062d78d0035987bf33d6d28ed5c66 Mon Sep 17 00:00:00 2001 From: Jose Date: Fri, 10 Jun 2016 21:19:28 +0200 Subject: IceSSL/configuration test fixes for Debian kFreeBSD --- cpp/test/IceSSL/configuration/run.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/test/IceSSL/configuration/run.py') diff --git a/cpp/test/IceSSL/configuration/run.py b/cpp/test/IceSSL/configuration/run.py index 07e001c4fdc..8edf98af0f8 100755 --- a/cpp/test/IceSSL/configuration/run.py +++ b/cpp/test/IceSSL/configuration/run.py @@ -43,7 +43,7 @@ if TestUtil.isDarwin(): os.system("security create-keychain -p password %s" % keychainPath) for cert in ["s_rsa_ca1.p12", "c_rsa_ca1.p12"]: os.system("security import %s -f pkcs12 -A -P password -k %s" % (os.path.join(certsPath, cert), keychainPath)) -elif TestUtil.isLinux(): +elif TestUtil.iceUseOpenSSL(): # # Create copies of the CA certificates named after the subject # hash. This is used by the tests to find the CA certificates in -- cgit v1.2.3