[LTP] [PUSHED][PATCH 1/1] mqns_04.c: Remove useless tag needs_tmpdir
Petr Vorel
pvorel@suse.cz
Wed Sep 20 09:31:07 CEST 2023
Test uses .needs_checkpoints = 1, which implies it.
Reported by docparse generation.
Fixes: 0733461e7 ("Refactor mqns_04 using new LTP API")
Signed-off-by: Petr Vorel <pvorel@suse.cz>
---
testcases/kernel/containers/mqns/mqns_04.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/testcases/kernel/containers/mqns/mqns_04.c b/testcases/kernel/containers/mqns/mqns_04.c
index 24aad4273..2d943e1b6 100644
--- a/testcases/kernel/containers/mqns/mqns_04.c
+++ b/testcases/kernel/containers/mqns/mqns_04.c
@@ -135,7 +135,6 @@ static struct tst_test test = {
.cleanup = cleanup,
.needs_root = 1,
.forks_child = 1,
- .needs_tmpdir = 1,
.needs_checkpoints = 1,
.options = (struct tst_option[]) {
{ "m:", &str_op, "Child process isolation <clone|unshare>" },
--
2.40.1
More information about the ltp
mailing list