You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ac...@apache.org on 2011/08/18 19:43:23 UTC

svn commit: r1159324 - /qpid/trunk/qpid/cpp/src/tests/ipv6_test

Author: aconway
Date: Thu Aug 18 17:43:23 2011
New Revision: 1159324

URL: http://svn.apache.org/viewvc?rev=1159324&view=rev
Log:
NO-JIRA: Fix test failure if PORT is already set in the environment.

Modified:
    qpid/trunk/qpid/cpp/src/tests/ipv6_test

Modified: qpid/trunk/qpid/cpp/src/tests/ipv6_test
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/cpp/src/tests/ipv6_test?rev=1159324&r1=1159323&r2=1159324&view=diff
==============================================================================
--- qpid/trunk/qpid/cpp/src/tests/ipv6_test (original)
+++ qpid/trunk/qpid/cpp/src/tests/ipv6_test Thu Aug 18 17:43:23 2011
@@ -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:



---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:commits-subscribe@qpid.apache.org