Merge "DO NOT MERGE: push out fix for data dir." into marshmallow-cts-dev
diff --git a/tests/unistd_test.cpp b/tests/unistd_test.cpp
index 75b3edc..51ec52e 100644
--- a/tests/unistd_test.cpp
+++ b/tests/unistd_test.cpp
@@ -374,7 +374,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);