diff options
Diffstat (limited to 'TAO/orbsvcs/tests/Bug_2285_Regression')
-rwxr-xr-x | TAO/orbsvcs/tests/Bug_2285_Regression/run_test.pl | 2 | ||||
-rwxr-xr-x | TAO/orbsvcs/tests/Bug_2285_Regression/run_test2.pl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/TAO/orbsvcs/tests/Bug_2285_Regression/run_test.pl b/TAO/orbsvcs/tests/Bug_2285_Regression/run_test.pl index de69f709455..fee5bc7bc29 100755 --- a/TAO/orbsvcs/tests/Bug_2285_Regression/run_test.pl +++ b/TAO/orbsvcs/tests/Bug_2285_Regression/run_test.pl @@ -5,7 +5,7 @@ eval '(exit $?0)' && eval 'exec perl -S $0 ${1+"$@"}' # $Id$ # -*- perl -*- -use lib '../../../../bin'; +use lib "$ENV{ACE_ROOT}/bin"; use PerlACE::Run_Test; $status = 0; diff --git a/TAO/orbsvcs/tests/Bug_2285_Regression/run_test2.pl b/TAO/orbsvcs/tests/Bug_2285_Regression/run_test2.pl index e96b15a55b2..f644720d111 100755 --- a/TAO/orbsvcs/tests/Bug_2285_Regression/run_test2.pl +++ b/TAO/orbsvcs/tests/Bug_2285_Regression/run_test2.pl @@ -5,7 +5,7 @@ eval '(exit $?0)' && eval 'exec perl -S $0 ${1+"$@"}' # $Id$ # -*- perl -*- -use lib '../../../../bin'; +use lib "$ENV{ACE_ROOT}/bin"; use PerlACE::Run_Test; $status = 0; |