summaryrefslogtreecommitdiff
path: root/ACE/examples/Reactor/TP_Reactor/run_test.pl
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/examples/Reactor/TP_Reactor/run_test.pl')
-rwxr-xr-x[-rw-r--r--]ACE/examples/Reactor/TP_Reactor/run_test.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/ACE/examples/Reactor/TP_Reactor/run_test.pl b/ACE/examples/Reactor/TP_Reactor/run_test.pl
index ac07295a735..6302b6f457d 100644..100755
--- a/ACE/examples/Reactor/TP_Reactor/run_test.pl
+++ b/ACE/examples/Reactor/TP_Reactor/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;
$status = 0;