summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/InterfaceRepo/Bug_3155_Regression/run_test.pl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/InterfaceRepo/Bug_3155_Regression/run_test.pl')
-rwxr-xr-xTAO/orbsvcs/tests/InterfaceRepo/Bug_3155_Regression/run_test.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/orbsvcs/tests/InterfaceRepo/Bug_3155_Regression/run_test.pl b/TAO/orbsvcs/tests/InterfaceRepo/Bug_3155_Regression/run_test.pl
index 3bdde3f636b..259a742dfbf 100755
--- a/TAO/orbsvcs/tests/InterfaceRepo/Bug_3155_Regression/run_test.pl
+++ b/TAO/orbsvcs/tests/InterfaceRepo/Bug_3155_Regression/run_test.pl
@@ -15,9 +15,9 @@ if ($^O eq "MSWin32") {
}
$ifr_service= "$ENV{ACE_ROOT}/bin/IFR_Service";
if (! -e $ifr_service . $exec_extn ) {
- $ifr_service= "$ENV{TAO_ROOT}/TAO/orbsvcs/IFR_Service/IFR_Service";
+ $ifr_service= "$ENV{TAO_ROOT}/orbsvcs/IFR_Service/IFR_Service";
if (! -e $ifr_service . $exec_extn ) {
- $ifr_service = "$ENV{TAO_ROOT}/TAO/orbsvcs/IFR_Service/Release/IFR_Service";
+ $ifr_service = "$ENV{TAO_ROOT}/orbsvcs/IFR_Service/Release/IFR_Service";
if (! -e $ifr_service . $exec_extn ) {
print STDERR "ERROR: IFR_Service not found.\n";
exit 1;