diff options
-rwxr-xr-x | qpid/cpp/src/tests/ssl_test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/src/tests/ssl_test b/qpid/cpp/src/tests/ssl_test index 84eb62b1db..2a12c79c5b 100755 --- a/qpid/cpp/src/tests/ssl_test +++ b/qpid/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 } |