ltp.lists.linux.it archive mirror
 help / color / mirror / Atom feed
* [LTP] [PATCH] execve01|06: Correct names in the error message
@ 2023-06-08 15:00 Avinesh Kumar
  2023-06-16  6:07 ` Li Wang
  0 siblings, 1 reply; 2+ messages in thread
From: Avinesh Kumar @ 2023-06-08 15:00 UTC (permalink / raw)
  To: ltp

Signed-off-by: Avinesh Kumar <akumar@suse.de>
---
 testcases/kernel/syscalls/execve/execve01.c | 2 +-
 testcases/kernel/syscalls/execve/execve06.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/testcases/kernel/syscalls/execve/execve01.c b/testcases/kernel/syscalls/execve/execve01.c
index 2b12c7666..53f0475e3 100644
--- a/testcases/kernel/syscalls/execve/execve01.c
+++ b/testcases/kernel/syscalls/execve/execve01.c
@@ -34,7 +34,7 @@ static void verify_execve(void)
 	pid = SAFE_FORK();
 	if (pid == 0) {
 		execve(path, args, envp);
-		tst_brk(TFAIL | TERRNO, "Failed to execute execl01_child");
+		tst_brk(TFAIL | TERRNO, "Failed to execute execve01_child");
 	}
 }
 
diff --git a/testcases/kernel/syscalls/execve/execve06.c b/testcases/kernel/syscalls/execve/execve06.c
index afbfcfa9e..a00089265 100644
--- a/testcases/kernel/syscalls/execve/execve06.c
+++ b/testcases/kernel/syscalls/execve/execve06.c
@@ -35,7 +35,7 @@ static void verify_execve(void)
 	pid = SAFE_FORK();
 	if (pid == 0) {
 		execve(path, argv, envp);
-		tst_brk(TFAIL | TERRNO, "Failed to execute execl01_child");
+		tst_brk(TFAIL | TERRNO, "Failed to execute execve06_child");
 	}
 }
 
-- 
2.40.1


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

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

* Re: [LTP] [PATCH] execve01|06: Correct names in the error message
  2023-06-08 15:00 [LTP] [PATCH] execve01|06: Correct names in the error message Avinesh Kumar
@ 2023-06-16  6:07 ` Li Wang
  0 siblings, 0 replies; 2+ messages in thread
From: Li Wang @ 2023-06-16  6:07 UTC (permalink / raw)
  To: Avinesh Kumar; +Cc: ltp

Pushed, thanks!

-- 
Regards,
Li Wang

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

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

end of thread, other threads:[~2023-06-16  6:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-08 15:00 [LTP] [PATCH] execve01|06: Correct names in the error message Avinesh Kumar
2023-06-16  6:07 ` Li Wang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).