Merge "vts_fs_test: Require EROFS sysfs nodes."
This commit is contained in:
commit
ab2d6cdc8f
1 changed files with 2 additions and 0 deletions
|
|
@ -47,6 +47,8 @@ TEST(fs, ErofsSupported) {
|
|||
std::string fs;
|
||||
ASSERT_TRUE(android::base::ReadFileToString("/proc/filesystems", &fs));
|
||||
EXPECT_THAT(fs, ::testing::HasSubstr("\terofs\n"));
|
||||
|
||||
ASSERT_EQ(access("/sys/fs/erofs", F_OK), 0);
|
||||
}
|
||||
|
||||
TEST(fs, PartitionTypes) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue