summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/ImplRepo
diff options
context:
space:
mode:
authorbrunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-06-22 09:20:18 +0000
committerbrunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-06-22 09:20:18 +0000
commit658cd6b27ff51b3dca0cdc32a28927bd6b77df9c (patch)
treeb280ec6e33337845a15db17c85b78aaf94f0bc51 /TAO/orbsvcs/tests/ImplRepo
parent0eb06df583c08f203efed012a23432eb7050d1cf (diff)
downloadATCD-658cd6b27ff51b3dca0cdc32a28927bd6b77df9c.tar.gz
Uses relative path for tao_ir.
Diffstat (limited to 'TAO/orbsvcs/tests/ImplRepo')
-rwxr-xr-xTAO/orbsvcs/tests/ImplRepo/run_test.pl3
1 files changed, 2 insertions, 1 deletions
diff --git a/TAO/orbsvcs/tests/ImplRepo/run_test.pl b/TAO/orbsvcs/tests/ImplRepo/run_test.pl
index d7478818854..5cbbb6207fc 100755
--- a/TAO/orbsvcs/tests/ImplRepo/run_test.pl
+++ b/TAO/orbsvcs/tests/ImplRepo/run_test.pl
@@ -15,7 +15,8 @@ $implrepo_ior = "implrepo.ior";
$implrepo_server = "..".$DIR_SEPARATOR."..".$DIR_SEPARATOR."ImplRepo_Service".
$DIR_SEPARATOR."ImplRepo_Service".$EXE_EXT;
-$tao_ir = "tao_ir".$EXE_EXT;
+$tao_ir = "..".$DIR_SEPARATOR."..".$DIR_SEPARATOR."ImplRepo_Service".
+ $DIR_SEPARATOR."tao_ir".$EXE_EXT;
$airplane_server = $EXEPREFIX."airplane_server".$EXE_EXT;
$airplane_client = $EXEPREFIX."airplane_client".$EXE_EXT;
$nestea_server = $EXEPREFIX."nestea_server".$EXE_EXT;