summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Notify/Lanes
diff options
context:
space:
mode:
authorWilliam R. Otte <wotte@dre.vanderbilt.edu>2006-07-28 14:35:40 +0000
committerWilliam R. Otte <wotte@dre.vanderbilt.edu>2006-07-28 14:35:40 +0000
commitbbdd68a5e74529414e62248cc401e8c8cb1eb6de (patch)
treeaabba8567413017a06a68171fa14806c8b9244f6 /TAO/orbsvcs/tests/Notify/Lanes
parente61ea9143ef84fd06d00ab40369f1fc127f8f252 (diff)
downloadATCD-bbdd68a5e74529414e62248cc401e8c8cb1eb6de.tar.gz
Fri Jul 28 14:29:53 UTC 2006 William R. Otte <wotte@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/orbsvcs/tests/Notify/Lanes')
-rwxr-xr-xTAO/orbsvcs/tests/Notify/Lanes/run_test.pl2
-rwxr-xr-xTAO/orbsvcs/tests/Notify/Lanes/run_test_consumer.pl2
-rwxr-xr-xTAO/orbsvcs/tests/Notify/Lanes/run_test_notify.pl2
-rwxr-xr-xTAO/orbsvcs/tests/Notify/Lanes/run_test_supplier.pl2
4 files changed, 4 insertions, 4 deletions
diff --git a/TAO/orbsvcs/tests/Notify/Lanes/run_test.pl b/TAO/orbsvcs/tests/Notify/Lanes/run_test.pl
index 7d47e3d10ad..02cee66d948 100755
--- a/TAO/orbsvcs/tests/Notify/Lanes/run_test.pl
+++ b/TAO/orbsvcs/tests/Notify/Lanes/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;
$experiment_timeout = 60;
diff --git a/TAO/orbsvcs/tests/Notify/Lanes/run_test_consumer.pl b/TAO/orbsvcs/tests/Notify/Lanes/run_test_consumer.pl
index a0dbfbe696f..9122fd101d1 100755
--- a/TAO/orbsvcs/tests/Notify/Lanes/run_test_consumer.pl
+++ b/TAO/orbsvcs/tests/Notify/Lanes/run_test_consumer.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;
$experiment_timeout = 600;
diff --git a/TAO/orbsvcs/tests/Notify/Lanes/run_test_notify.pl b/TAO/orbsvcs/tests/Notify/Lanes/run_test_notify.pl
index 28289b96e22..ec48dd71e62 100755
--- a/TAO/orbsvcs/tests/Notify/Lanes/run_test_notify.pl
+++ b/TAO/orbsvcs/tests/Notify/Lanes/run_test_notify.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;
$experiment_timeout = 600;
diff --git a/TAO/orbsvcs/tests/Notify/Lanes/run_test_supplier.pl b/TAO/orbsvcs/tests/Notify/Lanes/run_test_supplier.pl
index 38c7449268d..ee07733aa8d 100755
--- a/TAO/orbsvcs/tests/Notify/Lanes/run_test_supplier.pl
+++ b/TAO/orbsvcs/tests/Notify/Lanes/run_test_supplier.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;
$experiment_timeout = 600;