commit | ca9d1fa9d17ceaaa8227f932e128fa77094566ad | [log] [tgz] |
---|---|---|
author | Nikita Ioffe <ioffe@google.com> | Mon Oct 28 14:40:22 2019 +0000 |
committer | Nikita Ioffe <ioffe@google.com> | Mon Oct 28 14:42:01 2019 +0000 |
tree | 598c67efc82fc6af295be60a1dfd54557be4034e | |
parent | 04e498f64007f704c511f171e42a6dcd7b5e8058 [diff] |
Fixed fs_mgr#fs_mgr_read_fstab_file_proc_mounts test It was failing with: Expected equality of these values: mnt_opts Which is: { "data=ordered", "discard", "noatime", "nodev", "nosuid", "rw", "seclabel", "sync" } fs_options Which is: { "data=ordered", "discard", "noatime", "nodev", "nosuid", "rw", "seclabel" } Test: atest fs_mgr_unit_test Change-Id: I3bb084d62e81fda8948a100515bdaad62d18bb54