summaryrefslogtreecommitdiff
path: root/ACE/performance-tests/TCP/run_test.pl
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/performance-tests/TCP/run_test.pl')
-rwxr-xr-xACE/performance-tests/TCP/run_test.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/ACE/performance-tests/TCP/run_test.pl b/ACE/performance-tests/TCP/run_test.pl
index 34c4f416c39..8000ae6496e 100755
--- a/ACE/performance-tests/TCP/run_test.pl
+++ b/ACE/performance-tests/TCP/run_test.pl
@@ -5,8 +5,8 @@ eval '(exit $?0)' && eval 'exec perl -S $0 ${1+"$@"}'
# $Id$
# -*- perl -*-
-use lib '../../bin';
-use PerlACE::Run_Test;
+use lib "$ENV{ACE_ROOT}/bin";
+use PerlACE::TestTarget;
$SV = new PerlACE::Process ("tcp_test", "-s");
$CL = new PerlACE::Process ("tcp_test", "-c localhost -i 50000 -b 64");