From 35d393563b6b58203f3e1d1a0db50c9967728bb3 Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Thu, 18 Aug 2011 17:43:23 +0000 Subject: 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 --- cpp/src/tests/ipv6_test | 1 + 1 file changed, 1 insertion(+) (limited to 'cpp/src/tests/ipv6_test') 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: -- cgit v1.2.1