]> git.ipfire.org Git - thirdparty/util-linux.git/commit
tests: (lsfd) delete "largefile" flag in the output before the comparison
authorMasatake YAMATO <yamato@redhat.com>
Fri, 4 Feb 2022 17:40:10 +0000 (02:40 +0900)
committerMasatake YAMATO <yamato@redhat.com>
Fri, 4 Feb 2022 17:50:41 +0000 (02:50 +0900)
commitef5fd69c9b3f7c028693f10d64fa4fe65d3b2651
treef832cc58787cb28c0a38fba4f5393bf2aa4e69d2
parentdc1b2dd7fe7f13c1f677bbe9e73a0ad95a60ae27
tests: (lsfd) delete "largefile" flag in the output before the comparison

The original code didn't considered that syscalls opening a directory
on mips64 GNU/Linux took O_LARGEFILE flag. This misconsideration made
the mkfds-directory test FAILED as reported in
https://github.com/util-linux/util-linux/issues/1511#issuecomment-1029968595.

Reported-by: Anatoly Pugachev <matorola@gmail.com>
Signed-off-by: Masatake YAMATO <yamato@redhat.com>
tests/ts/lsfd/mkfds-directory