commit | 878004f5b00e0ee062bd63cec87b465c40aff1b6 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Mon May 23 20:36:33 2016 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Mon May 23 20:36:33 2016 +0000 |
tree | e542df792c6392c75bcbac4a98b978009d31d280 | |
parent | ccfcc8ced7346abdf80f4b9f77b5cc0b2164bf15 [diff] | |
parent | 2e6e99128acead0b8a996e9775dc157988946d92 [diff] |
Merge "Run fsync tests on mutable filesystem."
diff --git a/tests/unistd_test.cpp b/tests/unistd_test.cpp index 841641f..fae28a6 100644 --- a/tests/unistd_test.cpp +++ b/tests/unistd_test.cpp
@@ -397,7 +397,7 @@ close(fd); // The fd can even be a directory. - ASSERT_NE(-1, fd = open("/", O_RDONLY)); + ASSERT_NE(-1, fd = open("/data", O_RDONLY)); EXPECT_EQ(0, fn(fd)); close(fd);