21 minutes and 58 seconds | ||
Luyao Huang | 3e581d1 Changeset → | |
tests: Do not ignore mode parameter in mocked open() This is normally not an issue since the tests which use mocked open() do not create files. But once coverage build is enabled, gcov_open will use O_CREATE and real_open will read random data rather than the actual mode argument. Signed-off-by: Jiri Denemark <jdenemar@redhat.com> |