summaryrefslogtreecommitdiff
path: root/performance-tests/UDP/run_test.pl
diff options
context:
space:
mode:
Diffstat (limited to 'performance-tests/UDP/run_test.pl')
-rwxr-xr-xperformance-tests/UDP/run_test.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/performance-tests/UDP/run_test.pl b/performance-tests/UDP/run_test.pl
index 638b8c18c99..fcd236a40a2 100755
--- a/performance-tests/UDP/run_test.pl
+++ b/performance-tests/UDP/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 ("udp_test", "-r");
$CL = new PerlACE::Process ("udp_test", "-t -n 10000 localhost");