From ac46aeaaf5a0ab1cd8b2c6c94c0b8da60fad28ed Mon Sep 17 00:00:00 2001 From: Kim van der Riet Date: Mon, 24 May 2010 15:48:18 +0000 Subject: Changed the names of tests which are installed in /usr/bin/ to be prefixed with "qpid-". This will make these generic names easier to associate with qpid. (BZ577353) git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@947678 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/tests/ssl_test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/src/tests/ssl_test') diff --git a/cpp/src/tests/ssl_test b/cpp/src/tests/ssl_test index 4863eb90c7..a03341ec5b 100755 --- a/cpp/src/tests/ssl_test +++ b/cpp/src/tests/ssl_test @@ -73,7 +73,7 @@ export QPID_SSL_CERT_DB=${CERT_DIR} export QPID_SSL_CERT_PASSWORD_FILE=${CERT_PW_FILE} ## Test connection via connection settings -./perftest --count ${COUNT} --port ${PORT} -P ssl -b $TEST_HOSTNAME --summary +./qpid-perftest --count ${COUNT} --port ${PORT} -P ssl -b $TEST_HOSTNAME --summary ## Test connection with a URL URL=amqp:ssl:$TEST_HOSTNAME:$PORT -- cgit v1.2.1