[LTP] [PATCH v1] Fix description for pidns01 and pidns02 tests

Andrea Cervesato andrea.cervesato@suse.com
Mon Aug 8 14:53:09 CEST 2022


Signed-off-by: Andrea Cervesato <andrea.cervesato@suse.com>
---
 testcases/kernel/containers/pidns/pidns01.c | 2 +-
 testcases/kernel/containers/pidns/pidns02.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/testcases/kernel/containers/pidns/pidns01.c b/testcases/kernel/containers/pidns/pidns01.c
index 5077b11d9..eba4b806b 100644
--- a/testcases/kernel/containers/pidns/pidns01.c
+++ b/testcases/kernel/containers/pidns/pidns01.c
@@ -8,7 +8,7 @@
 /*\
  * [Description]
  *
- * Clone a process with CLONE_NEWPID flag and check:
+ * Clone a process with CLONE_NEWNS flag and check:
  *
  * - child process ID must be 1
  * - parent process ID must be 0
diff --git a/testcases/kernel/containers/pidns/pidns02.c b/testcases/kernel/containers/pidns/pidns02.c
index 9683abd9c..9f3a46526 100644
--- a/testcases/kernel/containers/pidns/pidns02.c
+++ b/testcases/kernel/containers/pidns/pidns02.c
@@ -7,7 +7,7 @@
 /*\
  * [Description]
  *
- * Clone a process with CLONE_NEWPID flag and check:
+ * Clone a process with CLONE_NEWNS flag and check:
  *
  * - child session ID must be 1
  * - parent process group ID must be 1
-- 
2.35.3



More information about the ltp mailing list