summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Notify/Ordering/run_test.pl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/Notify/Ordering/run_test.pl')
-rwxr-xr-xTAO/orbsvcs/tests/Notify/Ordering/run_test.pl6
1 files changed, 4 insertions, 2 deletions
diff --git a/TAO/orbsvcs/tests/Notify/Ordering/run_test.pl b/TAO/orbsvcs/tests/Notify/Ordering/run_test.pl
index 197ff4fe1da..6a50697c589 100755
--- a/TAO/orbsvcs/tests/Notify/Ordering/run_test.pl
+++ b/TAO/orbsvcs/tests/Notify/Ordering/run_test.pl
@@ -8,6 +8,8 @@ eval '(exit $?0)' && eval 'exec perl -S $0 ${1+"$@"}'
use lib "$ENV{ACE_ROOT}/bin";
use PerlACE::Run_Test;
+PerlACE::add_lib_path ('../lib');
+
PerlACE::check_privilege_group();
$ior = PerlACE::LocalFile ("supplier.ior");
@@ -48,10 +50,10 @@ $SEC = new PerlACE::Process ("Sequence_Consumer");
$client_args = "-ORBInitRef NameService=iioploc://localhost:" .
"$port/NameService";
-
+
unlink $notifyior;
unlink $naming_ior;
-
+
$NS->Spawn ();
if (PerlACE::waitforfile_timed ($naming_ior, $PerlACE::wait_interval_for_process_creation) == -1) {
print STDERR "ERROR: waiting for the naming service to start\n";