summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/InterfaceRepo/IFR_Inheritance_Test/run_test.pl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/InterfaceRepo/IFR_Inheritance_Test/run_test.pl')
-rwxr-xr-xTAO/orbsvcs/tests/InterfaceRepo/IFR_Inheritance_Test/run_test.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/orbsvcs/tests/InterfaceRepo/IFR_Inheritance_Test/run_test.pl b/TAO/orbsvcs/tests/InterfaceRepo/IFR_Inheritance_Test/run_test.pl
index c346b86e657..66d4c91ce83 100755
--- a/TAO/orbsvcs/tests/InterfaceRepo/IFR_Inheritance_Test/run_test.pl
+++ b/TAO/orbsvcs/tests/InterfaceRepo/IFR_Inheritance_Test/run_test.pl
@@ -60,7 +60,7 @@ my $CL = new PerlACE::Process ("IFR_Inheritance_Test",
my $tao_ifr = "undefined";
if ($^O eq "MSWin32")
{
- $tao_ifr = "$ENV{ACE_ROOT}/bin/tao_ifr";
+ $tao_ifr = "../../../../../bin/tao_ifr";
}
else
{