summaryrefslogtreecommitdiff
path: root/CIAO/DAnCE/tests/NodeApplicationTest/run_test.pl
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/DAnCE/tests/NodeApplicationTest/run_test.pl')
-rwxr-xr-xCIAO/DAnCE/tests/NodeApplicationTest/run_test.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/CIAO/DAnCE/tests/NodeApplicationTest/run_test.pl b/CIAO/DAnCE/tests/NodeApplicationTest/run_test.pl
index d60556d3f11..11d7801b133 100755
--- a/CIAO/DAnCE/tests/NodeApplicationTest/run_test.pl
+++ b/CIAO/DAnCE/tests/NodeApplicationTest/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;
$status = 0;