io/tst-statvfs: fix statfs().f_type comparison test on some arches
commit8c4e46337f2ef324f5af9863a962f070fd796cc1
authorнаб <nabijaczleweli@nabijaczleweli.xyz>
Tue, 15 Aug 2023 13:07:59 +0000 (15 15:07 +0200)
committerFlorian Weimer <fweimer@redhat.com>
Tue, 15 Aug 2023 15:08:23 +0000 (15 17:08 +0200)
tree1009a2c8b48f4d742465b1cf6c4e5de7f29376ce
parent892e125f1c92f4f77e75ba56ccb80989de63c391
io/tst-statvfs: fix statfs().f_type comparison test on some arches

On i686 f_type is an i32 so the test fails when that has the top bit set.

Explicitly cast to u32.

Signed-off-by: Ahelenia Ziemiańska <nabijaczleweli@nabijaczleweli.xyz>
Reviewed-by: Florian Weimer <fweimer@redhat.com>
io/tst-statvfs.c