summaryrefslogtreecommitdiff
path: root/TAO/tests/AMH_Oneway/run_test.pl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/AMH_Oneway/run_test.pl')
-rwxr-xr-xTAO/tests/AMH_Oneway/run_test.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/AMH_Oneway/run_test.pl b/TAO/tests/AMH_Oneway/run_test.pl
index e092024d923..6c986fc5fe4 100755
--- a/TAO/tests/AMH_Oneway/run_test.pl
+++ b/TAO/tests/AMH_Oneway/run_test.pl
@@ -7,7 +7,7 @@ eval '(exit $?0)' && eval 'exec perl -S $0 ${1+"$@"}'
# This is a Perl script that tests AMH exceptions
-use lib "../../../bin";
+use lib "$ENV{ACE_ROOT}/bin";
use PerlACE::Run_Test;
# Amount of delay (in seconds) between starting a server and a client.