summaryrefslogtreecommitdiff
path: root/performance-tests/RPC/run_test.pl
diff options
context:
space:
mode:
Diffstat (limited to 'performance-tests/RPC/run_test.pl')
-rwxr-xr-xperformance-tests/RPC/run_test.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/performance-tests/RPC/run_test.pl b/performance-tests/RPC/run_test.pl
index 305509dc83a..70e4167efe1 100755
--- a/performance-tests/RPC/run_test.pl
+++ b/performance-tests/RPC/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;
$SV = new PerlACE::Process ("server");