summaryrefslogtreecommitdiff
path: root/CIAO/tests/IDL3_to_XMI/XMI_For_Module_Reopen/run_test.pl
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/tests/IDL3_to_XMI/XMI_For_Module_Reopen/run_test.pl')
-rwxr-xr-xCIAO/tests/IDL3_to_XMI/XMI_For_Module_Reopen/run_test.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/CIAO/tests/IDL3_to_XMI/XMI_For_Module_Reopen/run_test.pl b/CIAO/tests/IDL3_to_XMI/XMI_For_Module_Reopen/run_test.pl
index 21fb910c26a..263c8c16299 100755
--- a/CIAO/tests/IDL3_to_XMI/XMI_For_Module_Reopen/run_test.pl
+++ b/CIAO/tests/IDL3_to_XMI/XMI_For_Module_Reopen/run_test.pl
@@ -20,7 +20,7 @@ my $target_dtd = $target->LocalFile ($dtd);
my $target_xmi = $target->LocalFile ($xmi);
$target->DeleteFile($xmi);
-$I2X = $target->CreateProcess ("$ENV{'CIAO_ROOT'}/bin/tao_idl3_to_xmi",
+$I2X = $target->CreateProcess ("$ENV{'ACE_ROOT'}/bin/tao_idl3_to_xmi",
"-f -xd $target_dtd -of $target_xmi $target_idl");
$target_status = $I2X->SpawnWaitKill ($target->ProcessStartWaitInterval());