summaryrefslogtreecommitdiff
path: root/TAO/utils/nslist/run_test.pl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/utils/nslist/run_test.pl')
-rwxr-xr-xTAO/utils/nslist/run_test.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/utils/nslist/run_test.pl b/TAO/utils/nslist/run_test.pl
index 3ba82bb4616..26c0297ce87 100755
--- a/TAO/utils/nslist/run_test.pl
+++ b/TAO/utils/nslist/run_test.pl
@@ -19,8 +19,8 @@ use PerlACE::Run_Test;
my $iorfile = PerlACE::LocalFile ("ns.ior");
my $NS = new PerlACE::Process ("../../orbsvcs/Naming_Service/Naming_Service");
my $CL = new PerlACE::Process ("../../orbsvcs/tests/Simple_Naming/client");
-my $LS = new PerlACE::Process ("$ENV{ACE_ROOT}/bin/nslist");
-my $AD = new PerlACE::Process ("$ENV{ACE_ROOT}/bin/nsadd");
+my $LS = new PerlACE::Process ("../../../bin/nslist");
+my $AD = new PerlACE::Process ("../../../bin/nsadd");
my $status = 0;
# We want the nslist and nsadd executables to be found exactly in the path