diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-08-14 02:23:47 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-08-14 02:23:47 +0000 |
commit | b8cba32478e1ab70221353e5cbc30e868a1da915 (patch) | |
tree | 1721b9faa0bc1f664fc6b8baa678c8ac441239fb /tests/Priority_Task_Test.cpp | |
parent | 1cf68a662499ff612aed279c03aa020e7dc0b23f (diff) | |
download | ATCD-b8cba32478e1ab70221353e5cbc30e868a1da915.tar.gz |
reverted HPUX 11 change
Diffstat (limited to 'tests/Priority_Task_Test.cpp')
-rw-r--r-- | tests/Priority_Task_Test.cpp | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/tests/Priority_Task_Test.cpp b/tests/Priority_Task_Test.cpp index cd7d1c1374b..ff0b81a8d9d 100644 --- a/tests/Priority_Task_Test.cpp +++ b/tests/Priority_Task_Test.cpp @@ -147,17 +147,11 @@ Priority_Task::svc (void) int main (int argc, ASYS_TCHAR *argv[]) { -#if (HPUX_VERS >= 1100 ) - if (::geteuid () != 0) - ACE_ERROR_RETURN ((LM_DEBUG, - "You must be root to run this test on HPUX 11.0\n" ), - 0); -#endif // if HPUX 11.0 or greater ACE_START_TEST (ASYS_TEXT ("Priority_Task_Test")); if (argc <= 1) // Disable LM_DEBUG messages. - ACE_Log_Msg::instance ()->priority_mask + ACE_Log_Msg::instance ()->priority_mask (ACE_Log_Msg::instance ()->priority_mask () & ~ LM_DEBUG); else if (argc == 2) { |