summaryrefslogtreecommitdiff
path: root/cpp/src
diff options
context:
space:
mode:
authorGordon Sim <gsim@apache.org>2008-11-17 12:54:08 +0000
committerGordon Sim <gsim@apache.org>2008-11-17 12:54:08 +0000
commit392cd6f2b17e51631dde930668d437356430ab82 (patch)
treeb8132eb34b36a8dc62e830e42a2f4008575f93bb /cpp/src
parent1843d84107bef4518804c0b9a342f8397e6b2bc8 (diff)
downloadqpid-python-392cd6f2b17e51631dde930668d437356430ab82.tar.gz
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
Diffstat (limited to 'cpp/src')
-rwxr-xr-xcpp/src/tests/ssl_test2
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
}