summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Bug_2285_Regression
diff options
context:
space:
mode:
authorWilliam R. Otte <wotte@dre.vanderbilt.edu>2006-07-28 00:51:55 +0000
committerWilliam R. Otte <wotte@dre.vanderbilt.edu>2006-07-28 00:51:55 +0000
commit7249bebfe0c136921327746d690083bb156b99d5 (patch)
tree0e35bdbf47b54329afd6357a63ad0b4a5841dd27 /TAO/orbsvcs/tests/Bug_2285_Regression
parentb897ed99dafb3ad69009693593de52c269f11ff7 (diff)
downloadATCD-7249bebfe0c136921327746d690083bb156b99d5.tar.gz
Fri Jul 28 00:44:26 UTC 2006 William R. Otte <wotte@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/orbsvcs/tests/Bug_2285_Regression')
-rwxr-xr-xTAO/orbsvcs/tests/Bug_2285_Regression/run_test.pl2
-rwxr-xr-xTAO/orbsvcs/tests/Bug_2285_Regression/run_test2.pl2
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;