diff options
author | parsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-09-22 17:25:58 +0000 |
---|---|---|
committer | parsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-09-22 17:25:58 +0000 |
commit | 064780daa74f43bb7a765b8aad82970142756f8f (patch) | |
tree | f115186a50cf625cebd70d9883765998f9bf5ea1 /TAO/orbsvcs | |
parent | cb05ecceb54a3835ddc84d314b77960153c8a37c (diff) | |
download | ATCD-064780daa74f43bb7a765b8aad82970142756f8f.tar.gz |
ChangeLogTag: Fri Sep 22 12:20:41 2000 Jeff Parsons <parsons@cs.wustl.edu>
Diffstat (limited to 'TAO/orbsvcs')
-rwxr-xr-x | TAO/orbsvcs/tests/ImplRepo/run_test.pl | 4 |
1 files changed, 2 insertions, 2 deletions
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. |