Hi! > + sup = tst_fs_is_supported(fs_type); > + > + if (skip_fuse && sup == TST_FS_FUSE) { > + tst_res(TINFO, > + "Skipping FUSE based %s as requested by the test", > + fs_type); > + return 0; > + } > + > + return 1; And this needs to be: return sup != TST_FS_UNSUPPORTED; Sending v4 ... -- Cyril Hrubis chrubis@suse.cz