diff options
Diffstat (limited to 'cpp')
-rwxr-xr-x | cpp/src/tests/ssl_test | 2 |
1 files changed, 1 insertions, 1 deletions
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 } |