[LTP] [PATCH 2/2] syscalls/fork01: Improve test description
Ricardo B. Marlière
ricardo@marliere.net
Mon Feb 17 13:59:27 CET 2025
Add a proper description instead of using bullet points.
Signed-off-by: Ricardo B. Marlière <ricardo@marliere.net>
---
testcases/kernel/syscalls/fork/fork01.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/testcases/kernel/syscalls/fork/fork01.c b/testcases/kernel/syscalls/fork/fork01.c
index d6f6bcfb7bc5ab024bcc03d24c51c958c587ca1d..b030c73a018ca90570093d9572b26f55e0e0e842 100644
--- a/testcases/kernel/syscalls/fork/fork01.c
+++ b/testcases/kernel/syscalls/fork/fork01.c
@@ -6,8 +6,8 @@
*/
/*\
- * - fork returns without error
- * - fork returns the pid of the child
+ * This test verifies that fork returns without error and that it returns the
+ * pid of the child.
*/
#include <errno.h>
--
2.48.1
More information about the ltp
mailing list