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

This commit is contained in:
Treehugger Robot 2019-01-29 00:30:54 +00:00 committed by Gerrit Code Review
commit 47a4082f88
1 changed files with 0 additions and 4 deletions

View File

@ -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;