summaryrefslogtreecommitdiff
path: root/ACE/tests/OS_Test.cpp
diff options
context:
space:
mode:
authorolli <olli@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2010-10-08 08:21:27 +0000
committerolli <olli@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2010-10-08 08:21:27 +0000
commite8d36437376b131bc6f9d7191db5137ea3607618 (patch)
tree6d842f7f0c792b3607e3932858c15eb4a452b211 /ACE/tests/OS_Test.cpp
parent5c60137bf4fedf76c65486aa35a44e77cadfea65 (diff)
downloadATCD-e8d36437376b131bc6f9d7191db5137ea3607618.tar.gz
ChangeLogTag: Fri Oct 8 08:20:04 UTC 2010 Olli Savia <ops@iki.fi>
Diffstat (limited to 'ACE/tests/OS_Test.cpp')
-rw-r--r--ACE/tests/OS_Test.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ACE/tests/OS_Test.cpp b/ACE/tests/OS_Test.cpp
index 3c84df03195..1d261c6039c 100644
--- a/ACE/tests/OS_Test.cpp
+++ b/ACE/tests/OS_Test.cpp
@@ -66,7 +66,7 @@ access_test (void)
int
rename_test (void)
{
-#if defined (ACE_LACKS_RENAME) || defined (ACE_VXWORKS)
+#if defined (ACE_VXWORKS)
// On VxWorks only some filesystem drivers support rename
// and as we do not know which is used, skip the test here
ACE_ERROR_RETURN ((LM_INFO,
@@ -173,7 +173,7 @@ rename_test (void)
}
return result;
-#endif /* ACE_LACKS_RENAME */
+#endif /* ACE_VXWORKS */
}
//