summaryrefslogtreecommitdiff
path: root/TAO/tests/COIOP/run_test.pl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/COIOP/run_test.pl')
-rwxr-xr-xTAO/tests/COIOP/run_test.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/COIOP/run_test.pl b/TAO/tests/COIOP/run_test.pl
index 98605585458..e888f2cab33 100755
--- a/TAO/tests/COIOP/run_test.pl
+++ b/TAO/tests/COIOP/run_test.pl
@@ -5,7 +5,7 @@ eval '(exit $?0)' && eval 'exec perl -S $0 ${1+"$@"}'
# $Id$
# -*- perl -*-
-use lib "$ENV{ACE_ROOT}/bin";
+use lib '../../../bin';
use PerlACE::Run_Test;
$iorfile = PerlACE::LocalFile ("test.ior");