summaryrefslogtreecommitdiff
path: root/tests/CDR_File_Test.cpp
diff options
context:
space:
mode:
authoroci <oci@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-08-20 16:07:10 +0000
committeroci <oci@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-08-20 16:07:10 +0000
commit097b219a3b8f212b01ef0b9538d5fca7f1b2557e (patch)
tree1aaa9247aeac732f3371b80aa48f919c190dd5e9 /tests/CDR_File_Test.cpp
parent71c5693accb33559b57e78f7ba612ae598058984 (diff)
downloadATCD-097b219a3b8f212b01ef0b9538d5fca7f1b2557e.tar.gz
ChangeLogTag: Mon Aug 20 11:00:50 2001 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'tests/CDR_File_Test.cpp')
-rw-r--r--tests/CDR_File_Test.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/CDR_File_Test.cpp b/tests/CDR_File_Test.cpp
index 9100a1c31bc..08c31941498 100644
--- a/tests/CDR_File_Test.cpp
+++ b/tests/CDR_File_Test.cpp
@@ -355,8 +355,9 @@ main (int argc, ACE_TCHAR *argv[])
filename.get_path_name ()),
1);
-#if !defined (ACE_WIN32) \
- || (defined (ACE_HAS_WINNT4) && ACE_HAS_WINNT4 == 1)
+#if (!defined (ACE_WIN32) \
+ || (defined (ACE_HAS_WINNT4) && ACE_HAS_WINNT4 == 1)) && \
+ !defined (VXWORKS)
# define TEST_CAN_UNLINK_IN_ADVANCE
#endif