[Xorp-cvs] XORP cvs commit: xorp/bgp/harness

Bruce Simpson bms@icir.org
Tue, 4 Apr 2006 09:43:24 GMT


CVSROOT:	/usr/local/www/data/cvs
Module name:	xorp
Changes by:	bms@xorpc.icir.org	2006-04-04 09:43:23 UTC

XORP CVS repository


Modified files:
	bgp/harness   peer.cc 

Log message:
	Fix an edge case in the BGP regression tests.
	
	The test_peering2.sh set of regression tests depends upon the
	coord.exe and peer.exe processes in its implementation.
	
	Due to the nature of how they are invoked from the MSYS bash shell,
	it is necessary to perform expansion of the '/tmp' path, as well
	as UNIX to NT path conversion, from within the executable itself.

Revision  Changes                                Path
1.74      +22 -1;  commitid: 111ce44323fb67ea6;  xorp/bgp/harness/peer.cc