[LTP] [PATCH] [COMMITTED] syscalls/fanotify12: Fix typo.
Cyril Hrubis
chrubis@suse.cz
Tue Feb 26 16:45:54 CET 2019
TST_TEST_CONF -> TST_TEST_TCONF.
Signed-off-by: Cyril Hrubis <chrubis@suse.cz>
---
testcases/kernel/syscalls/fanotify/fanotify12.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/testcases/kernel/syscalls/fanotify/fanotify12.c b/testcases/kernel/syscalls/fanotify/fanotify12.c
index e2ae3576a..fcb7ec0d3 100644
--- a/testcases/kernel/syscalls/fanotify/fanotify12.c
+++ b/testcases/kernel/syscalls/fanotify/fanotify12.c
@@ -278,5 +278,5 @@ static struct tst_test test = {
.resource_files = resource_files
};
#else
- TST_TEST_CONF("System does not contain required fanotify support");
+ TST_TEST_TCONF("System does not contain required fanotify support");
#endif
--
2.19.2
More information about the ltp
mailing list