commit | d1c96e21593fe5ff4c2989b9902036c65532b4fd | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Mon May 23 21:39:22 2016 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Mon May 23 21:39:22 2016 +0000 |
tree | bf3c2d50bf0c8fdd5c3974dc94847477df601088 | |
parent | 878004f5b00e0ee062bd63cec87b465c40aff1b6 [diff] | |
parent | a948a4e050883801ad8f7c72e8ef33c776850329 [diff] |
Merge "Change use of /data to /data/local/tmp."
diff --git a/tests/unistd_test.cpp b/tests/unistd_test.cpp index fae28a6..0729013 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("/data", O_RDONLY)); + ASSERT_NE(-1, fd = open("/data/local/tmp", O_RDONLY)); EXPECT_EQ(0, fn(fd)); close(fd);