summaryrefslogtreecommitdiff
path: root/TAO/tests/ORB_init/run_test.pl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/ORB_init/run_test.pl')
-rwxr-xr-xTAO/tests/ORB_init/run_test.pl3
1 files changed, 2 insertions, 1 deletions
diff --git a/TAO/tests/ORB_init/run_test.pl b/TAO/tests/ORB_init/run_test.pl
index 88863c537e1..b16a8040d18 100755
--- a/TAO/tests/ORB_init/run_test.pl
+++ b/TAO/tests/ORB_init/run_test.pl
@@ -11,7 +11,8 @@ use Cwd;
ACE::checkForTarget(getcwd());
-$orb_init = Process::Create ($EXEPREFIX."ORB_init".$EXE_EXT);
+$orb_init = Process::Create ($EXEPREFIX."ORB_init$EXE_EXT ");
+
$pid = $orb_init->TimedWait (15);
if ($pid == -1) {