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

Commit 47a4082f authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Remove extranous reading of fstab in BuilderTest::block_device_info"

parents 286684f8 679a6bac
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -442,10 +442,6 @@ TEST_F(BuilderTest, MetadataTooLarge) {
}

TEST_F(BuilderTest, block_device_info) {
    std::unique_ptr<fstab, decltype(&fs_mgr_free_fstab)> fstab(fs_mgr_read_fstab_default(),
                                                               fs_mgr_free_fstab);
    ASSERT_NE(fstab, nullptr);

    PartitionOpener opener;

    BlockDeviceInfo device_info;