summaryrefslogtreecommitdiff
path: root/ACE/tests/RW_Process_Mutex_Test.cpp
diff options
context:
space:
mode:
authorAdam Mitz <mitza@ociweb.com>2015-11-11 16:15:36 -0600
committerAdam Mitz <mitza@ociweb.com>2015-11-11 16:15:36 -0600
commit6226b0eec95959b716a46120699d6357a20dad70 (patch)
tree88e9b8e34f9d397c1f49aadb9ad9f9230641f09e /ACE/tests/RW_Process_Mutex_Test.cpp
parent00adbac035685313a98e62a9d77a4363c160f807 (diff)
downloadATCD-6226b0eec95959b716a46120699d6357a20dad70.tar.gz
This test can't run when ACE_LACKS_FILELOCKS.
Diffstat (limited to 'ACE/tests/RW_Process_Mutex_Test.cpp')
-rw-r--r--ACE/tests/RW_Process_Mutex_Test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/tests/RW_Process_Mutex_Test.cpp b/ACE/tests/RW_Process_Mutex_Test.cpp
index ed47c0db727..7c84597df70 100644
--- a/ACE/tests/RW_Process_Mutex_Test.cpp
+++ b/ACE/tests/RW_Process_Mutex_Test.cpp
@@ -416,7 +416,7 @@ run_main (int argc, ACE_TCHAR *argv[])
else
{
ACE_START_TEST (ACE_TEXT ("RW_Process_Mutex_Test"));
-#ifdef ACE_HAS_PROCESS_SPAWN
+#if defined ACE_HAS_PROCESS_SPAWN && !defined ACE_LACKS_FILELOCKS
// Although it should be safe for each process to construct and
// destruct the rw lock, this can disturb other process still
// using the lock. This is not really correct, and should be