From 064780daa74f43bb7a765b8aad82970142756f8f Mon Sep 17 00:00:00 2001 From: parsons Date: Fri, 22 Sep 2000 17:25:58 +0000 Subject: ChangeLogTag: Fri Sep 22 12:20:41 2000 Jeff Parsons --- TAO/orbsvcs/tests/ImplRepo/run_test.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'TAO/orbsvcs') diff --git a/TAO/orbsvcs/tests/ImplRepo/run_test.pl b/TAO/orbsvcs/tests/ImplRepo/run_test.pl index 325e0c992c4..51656d2c4fe 100755 --- a/TAO/orbsvcs/tests/ImplRepo/run_test.pl +++ b/TAO/orbsvcs/tests/ImplRepo/run_test.pl @@ -48,9 +48,9 @@ $airplane_client = $EXEPREFIX."airplane_client".$EXE_EXT." "; $nestea_server = $EXEPREFIX."nestea_server".$EXE_EXT." "; $nestea_client = $EXEPREFIX."nestea_client".$EXE_EXT." "; -$airplane_path = $ENV{ACE_ROOT}.$DIR_SEPARATOR."TAO/orbsvcs".$DIR_SEPARATOR."tests". +$airplane_path = $ENV{"ACE_ROOT"}.$DIR_SEPARATOR."TAO/orbsvcs".$DIR_SEPARATOR."tests". $DIR_SEPARATOR."ImplRepo".$DIR_SEPARATOR."airplane_server"; -$working_directory = $ENV{ACE_ROOT}.$DIR_SEPARATOR."TAO/orbsvcs".$DIR_SEPARATOR. +$working_directory = $ENV{"ACE_ROOT"}.$DIR_SEPARATOR."TAO/orbsvcs".$DIR_SEPARATOR. "tests".$DIR_SEPARATOR."ImplRepo"; # Make sure the files are gone, so we can wait on them. -- cgit v1.2.1