summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Event/Performance/run_test.pl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/Event/Performance/run_test.pl')
-rwxr-xr-xTAO/orbsvcs/tests/Event/Performance/run_test.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/orbsvcs/tests/Event/Performance/run_test.pl b/TAO/orbsvcs/tests/Event/Performance/run_test.pl
index 6fcee9bdecd..bde6790200e 100755
--- a/TAO/orbsvcs/tests/Event/Performance/run_test.pl
+++ b/TAO/orbsvcs/tests/Event/Performance/run_test.pl
@@ -8,7 +8,7 @@ eval '(exit $?0)' && eval 'exec perl -S $0 ${1+"$@"}'
# This is a Perl script that runs the client and all the other servers that
# are needed
-use lib "$ENV{ACE_ROOT}/bin";
+use lib '../../../../../bin';
use PerlACE::Run_Test;
$status = 0;