From 392cd6f2b17e51631dde930668d437356430ab82 Mon Sep 17 00:00:00 2001 From: Gordon Sim Date: Mon, 17 Nov 2008 12:54:08 +0000 Subject: Fixed erroneous test preventing cleanup of broker. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@718237 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 84eb62b1db..2a12c79c5b 100755 --- a/cpp/src/tests/ssl_test +++ b/cpp/src/tests/ssl_test @@ -25,7 +25,7 @@ start_broker() { } stop_broker() { - if [[ -x $PORT ]] ; then + if [[ $PORT ]] ; then ../qpidd -q --port $PORT fi } -- cgit v1.2.1