diff options
author | elliott_c <elliott_c@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2007-01-17 12:39:29 +0000 |
---|---|---|
committer | elliott_c <elliott_c@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2007-01-17 12:39:29 +0000 |
commit | 1414d93ac966117048240016cb6532ffc665f265 (patch) | |
tree | 4db50063095835fcf321197aae2fa8d032aa371d /TAO/orbsvcs/tests/Notify/Reconnecting | |
parent | 16d092e3aef99999a3f210d0cc90a5dce194b173 (diff) | |
download | ATCD-1414d93ac966117048240016cb6532ffc665f265.tar.gz |
ChangeLogTag: Wed Jan 17 12:36:48 UTC 2007 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'TAO/orbsvcs/tests/Notify/Reconnecting')
-rwxr-xr-x | TAO/orbsvcs/tests/Notify/Reconnecting/run_test.pl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/TAO/orbsvcs/tests/Notify/Reconnecting/run_test.pl b/TAO/orbsvcs/tests/Notify/Reconnecting/run_test.pl index 67ebe2186a0..b3ab2e48e19 100755 --- a/TAO/orbsvcs/tests/Notify/Reconnecting/run_test.pl +++ b/TAO/orbsvcs/tests/Notify/Reconnecting/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::check_privilege_group(); + my($eventType) = "-any"; # your choice of -any -structured or -sequence my($notify_port) = "9889"; |