This is an automated email from the ASF dual-hosted git repository.

andschwa pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mesos.git

commit e4bb564ff21976e8c21462a0c4730f85e80f3b19
Author: Andrew Schwartzmeyer <and...@schwartzmeyer.com>
AuthorDate: Mon Aug 27 11:47:41 2018 -0700

    Windows: Enabled `RemoveWithContinueOnError` test.
    
    This test "just worked" after previous fixes.
    
    Review: https://reviews.apache.org/r/68530
---
 3rdparty/stout/tests/os/rmdir_tests.cpp | 2 --
 1 file changed, 2 deletions(-)

diff --git a/3rdparty/stout/tests/os/rmdir_tests.cpp 
b/3rdparty/stout/tests/os/rmdir_tests.cpp
index 719c3f3..9ca4d96 100644
--- a/3rdparty/stout/tests/os/rmdir_tests.cpp
+++ b/3rdparty/stout/tests/os/rmdir_tests.cpp
@@ -382,7 +382,6 @@ TEST_F(RmdirTest, RemoveDirectoryButPreserveRoot)
 }
 
 
-#ifdef __linux__
 // This test fixture verifies that `rmdir` behaves correctly
 // with option `continueOnError` and makes sure the undeletable
 // files from tests are cleaned up during teardown.
@@ -456,4 +455,3 @@ TEST_F(RmdirContinueOnErrorTest, RemoveWithContinueOnError)
   EXPECT_TRUE(os::exists(mountPoint_));
   EXPECT_FALSE(os::exists(regularFile));
 }
-#endif // __linux__

Reply via email to