diff options
author | Alan Conway <aconway@apache.org> | 2011-08-18 17:43:23 +0000 |
---|---|---|
committer | Alan Conway <aconway@apache.org> | 2011-08-18 17:43:23 +0000 |
commit | 35d393563b6b58203f3e1d1a0db50c9967728bb3 (patch) | |
tree | 46de0768a67dc0516bff363c427ff36885430c34 | |
parent | 5ab2b64897189b7f82b5e1e8bcdc72a2ca7394ce (diff) | |
download | qpid-python-35d393563b6b58203f3e1d1a0db50c9967728bb3.tar.gz |
NO-JIRA: Fix test failure if PORT is already set in the environment.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1159324 13f79535-47bb-0310-9956-ffa450edef68
-rwxr-xr-x | cpp/src/tests/ipv6_test | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/tests/ipv6_test b/cpp/src/tests/ipv6_test index 7006006265..d75d50fd0a 100755 --- a/cpp/src/tests/ipv6_test +++ b/cpp/src/tests/ipv6_test @@ -34,6 +34,7 @@ error() { echo $*; exit 1; } COMMON_OPTS="--daemon --auth no --config $CONFIG" # Record all broker ports started +unset PORTS declare -a PORTS # Start new brokers: |