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

Commit bc337c49 authored by Android Build Coastguard Worker's avatar Android Build Coastguard Worker
Browse files

Snap for 8656595 from 399e4ead to tm-qpr1-release

Change-Id: I52119ecbe50e5c9cbb5ab431fe63a874efffef38
parents beead2b6 399e4ead
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) {