summaryrefslogtreecommitdiff
path: root/CIAO/tests/CIF/Navigation/run_test.pl
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/tests/CIF/Navigation/run_test.pl')
-rwxr-xr-xCIAO/tests/CIF/Navigation/run_test.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/CIAO/tests/CIF/Navigation/run_test.pl b/CIAO/tests/CIF/Navigation/run_test.pl
index 0d82fc00d40..cfeeb2bb83f 100755
--- a/CIAO/tests/CIF/Navigation/run_test.pl
+++ b/CIAO/tests/CIF/Navigation/run_test.pl
@@ -14,7 +14,7 @@ $ciao_root = "$ENV{CIAO_ROOT}";
my $target = PerlACE::TestTarget::create_target (1);
$target->AddLibPath ('../lib');
-$TG = $target->CreateProcess ("client", "-s " . PerlACE::GetArchDir("$ciao_root/bin/") . "ciao_componentserver -d 120");
+$TG = $target->CreateProcess ("client", "-s " . $target->GetArchDir("$ciao_root/bin/") . "ciao_componentserver -d 120");
$server_status = $TG->SpawnWaitKill ($target->ProcessStartWaitInterval ());
if ($server_status != 0) {