[LTP] [PATCH] statx04: skip test on ntfs filesystem

xuyang2018.jy@fujitsu.com xuyang2018.jy@fujitsu.com
Fri Aug 26 05:02:08 CEST 2022


Hi Avinesh

I just want to know whether this patch was verified by pragat22
or you?

ps: I don't have environment to test this.

Best Regards
Yang Xu
> Fixes: #956
> 
> Reported-by: pragat220
> Signed-off-by: Avinesh Kumar <akumar@suse.de>
> ---
>   testcases/kernel/syscalls/statx/statx04.c | 1 +
>   1 file changed, 1 insertion(+)
> 
> diff --git a/testcases/kernel/syscalls/statx/statx04.c b/testcases/kernel/syscalls/statx/statx04.c
> index 98f9a6315..3923b7f8e 100644
> --- a/testcases/kernel/syscalls/statx/statx04.c
> +++ b/testcases/kernel/syscalls/statx/statx04.c
> @@ -132,6 +132,7 @@ static struct tst_test test = {
>   	.min_kver = "4.11",
>   	.skip_filesystems = (const char *const[]) {
>   		"fuse",
> +		"ntfs",
>   		NULL
>   	},
>   	.tags = (const struct tst_tag[]) {


More information about the ltp mailing list