summaryrefslogtreecommitdiff
path: root/cpp/src/tests
diff options
context:
space:
mode:
authorAndrew Stitcher <astitcher@apache.org>2014-01-23 14:25:23 +0000
committerAndrew Stitcher <astitcher@apache.org>2014-01-23 14:25:23 +0000
commit53db8c8d841869ebc48cb7ecf25cbb214e94bb92 (patch)
tree0c59748ff31ec952874e8532986db749c00a13fa /cpp/src/tests
parenta9e08be8975a405bc5f005a6af81297a174b8eb4 (diff)
downloadqpid-python-53db8c8d841869ebc48cb7ecf25cbb214e94bb92.tar.gz
QPID-5506: Use a randomness source to certutil that will definitely exist.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1560692 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/tests')
-rwxr-xr-xcpp/src/tests/sasl_fed_ex2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/tests/sasl_fed_ex b/cpp/src/tests/sasl_fed_ex
index febafb19de..e2ee37ba39 100755
--- a/cpp/src/tests/sasl_fed_ex
+++ b/cpp/src/tests/sasl_fed_ex
@@ -75,7 +75,7 @@ create_certs() {
#create certificate and key databases with single, simple, self-signed certificate in it
mkdir ${CERT_DIR}
certutil -N -d ${CERT_DIR} -f ${CERT_PW_FILE}
- certutil -S -d ${CERT_DIR} -n ${TEST_HOSTNAME} -s "CN=${TEST_HOSTNAME}" -t "CT,," -x -f ${CERT_PW_FILE} -z /usr/bin/certutil 2> /dev/null
+ certutil -S -d ${CERT_DIR} -n ${TEST_HOSTNAME} -s "CN=${TEST_HOSTNAME}" -t "CT,," -x -f ${CERT_PW_FILE} -z /bin/sh 2> /dev/null
}
delete_certs() {