summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Bug_1393_Regression/run_test.pl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/Bug_1393_Regression/run_test.pl')
-rwxr-xr-xTAO/orbsvcs/tests/Bug_1393_Regression/run_test.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/orbsvcs/tests/Bug_1393_Regression/run_test.pl b/TAO/orbsvcs/tests/Bug_1393_Regression/run_test.pl
index 35d59ec917d..816c0a4a17c 100755
--- a/TAO/orbsvcs/tests/Bug_1393_Regression/run_test.pl
+++ b/TAO/orbsvcs/tests/Bug_1393_Regression/run_test.pl
@@ -14,10 +14,10 @@ $status = 0;
$ifr_service_bin = "../../IFR_Service";
# The location of the tao_ifr utility binary
-$tao_ifr_bin = "$ENV{ACE_ROOT}/bin";
+$tao_ifr_bin = "../../../../bin";
# The location of the tao_idl utility binary
-$tao_idl_bin = "$ENV{ACE_ROOT}/bin";
+$tao_idl_bin = "../../../../bin";
# The idl file to be used for the test
$test_idl = PerlACE::LocalFile("test.idl");