Re: [PATCH v2] tests: Don't run f2fs test on systems with PAGE_SIZE more than 4096 bytes

2020-04-29 Thread Hans Ulrich Niedermann
On Wed, 29 Apr 2020 19:25:57 +0200 Hans Ulrich Niedermann wrote: > On Wed, 29 Apr 2020 17:06:36 +0300 > Anatoly Pugachev wrote: > > > Don't run f2fs test on systems with PAGE_SIZE > 4096 bytes, since > > f2fs is not supported on these systems and trying to mount a f2fs > > filesystem would fail

Re: [PATCH v2] tests: Don't run f2fs test on systems with PAGE_SIZE more than 4096 bytes

2020-04-29 Thread Hans Ulrich Niedermann
On Wed, 29 Apr 2020 17:06:36 +0300 Anatoly Pugachev wrote: > Don't run f2fs test on systems with PAGE_SIZE > 4096 bytes, since > f2fs is not supported on these systems and trying to mount a f2fs > filesystem would fail. "Skip the f2fs test on ..." might be better wording, both in this paragraph

[PATCH v2] tests: Don't run f2fs test on systems with PAGE_SIZE more than 4096 bytes

2020-04-29 Thread Anatoly Pugachev
Don't run f2fs test on systems with PAGE_SIZE > 4096 bytes, since f2fs is not supported on these systems and trying to mount a f2fs filesystem would fail. v2 changes: - fix compare - quotes around variable expansion Signed-off-by: Anatoly Pugachev Reviewed-by: Mike Gilbert --- tests/f2fs_tes