summaryrefslogtreecommitdiff
path: root/TAO/CIAO/examples/handcrafted/Hello/run_test.pl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/CIAO/examples/handcrafted/Hello/run_test.pl')
-rwxr-xr-xTAO/CIAO/examples/handcrafted/Hello/run_test.pl4
1 files changed, 3 insertions, 1 deletions
diff --git a/TAO/CIAO/examples/handcrafted/Hello/run_test.pl b/TAO/CIAO/examples/handcrafted/Hello/run_test.pl
index 2d4995c42de..c7f71d7f45f 100755
--- a/TAO/CIAO/examples/handcrafted/Hello/run_test.pl
+++ b/TAO/CIAO/examples/handcrafted/Hello/run_test.pl
@@ -17,8 +17,10 @@ unlink $daemon_ior;
unlink $svr_ior;
unlink $home_ior;
+$cs_exe = PerlACE::Process::Normalize_Executable_Name ("../../../tools/ComponentServer/ComponentServer");
+
# CIAO Daemon command line arguments
-$daemon_args = "-o $daemon_ior -n ../../../tools/ComponentServer/ComponentServer";
+$daemon_args = "-o $daemon_ior -n $cs_exe";
# CIAO Daemon Controller location:
$controller = "../../../tools/Daemon/DaemonController";