diff options
Diffstat (limited to 'TAO/orbsvcs/tests/Notify/MC/run_test.pl')
-rwxr-xr-x | TAO/orbsvcs/tests/Notify/MC/run_test.pl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/TAO/orbsvcs/tests/Notify/MC/run_test.pl b/TAO/orbsvcs/tests/Notify/MC/run_test.pl index 5d958e69f4e..e7d3453e804 100755 --- a/TAO/orbsvcs/tests/Notify/MC/run_test.pl +++ b/TAO/orbsvcs/tests/Notify/MC/run_test.pl @@ -7,8 +7,11 @@ eval '(exit $?0)' && eval 'exec perl -S $0 ${1+"$@"}' use lib "$ENV{ACE_ROOT}/bin"; use PerlACE::Run_Test; + use strict; +PerlACE::add_lib_path ('../lib'); + PerlACE::check_privilege_group(); my $ior = PerlACE::LocalFile('test_monitor.ior'); |