All of lore.kernel.org
 help / color / mirror / Atom feed
* [LTP] [PATCH] statx04: skip test on ntfs filesystem
@ 2022-08-24  8:09 Avinesh Kumar
  2022-08-26  3:02 ` xuyang2018.jy
  0 siblings, 1 reply; 4+ messages in thread
From: Avinesh Kumar @ 2022-08-24  8:09 UTC (permalink / raw)
  To: ltp

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[]) {
-- 
2.37.1


-- 
Mailing list info: https://lists.linux.it/listinfo/ltp

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-09-07 16:38 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-24  8:09 [LTP] [PATCH] statx04: skip test on ntfs filesystem Avinesh Kumar
2022-08-26  3:02 ` xuyang2018.jy
2022-09-07 14:54   ` Petr Vorel
2022-09-07 16:37     ` Petr Vorel

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.