Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2fe3b619 authored by David Anderson's avatar David Anderson Committed by Automerger Merge Worker
Browse files

vts_fs_test: Require EROFS sysfs nodes. am: 5b227f34

parents ac5172c9 5b227f34
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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) {