commit | e93b12847f3ffd44885f1fcaa39f228733e90319 | [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 | f71ca37df449fab8c5ab52f565399bce88bfc876 [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