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 | 5e59cfc6ce8eea0c19683710707fad6d7406ba75 (patch) | |
| tree | 46de0768a67dc0516bff363c427ff36885430c34 /cpp/src | |
| parent | 175cb6024d762c431137838c8d4aad72d61d335d (diff) | |
| download | qpid-python-5e59cfc6ce8eea0c19683710707fad6d7406ba75.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
Diffstat (limited to 'cpp/src')
| -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: |
