* [LTP] [PATCH] Fix typo in clock_nanosleep01
@ 2016-05-01 7:24 Nicolas Joly
2016-05-10 12:49 ` Cyril Hrubis
0 siblings, 1 reply; 2+ messages in thread
From: Nicolas Joly @ 2016-05-01 7:24 UTC (permalink / raw)
To: ltp
Hi,
Please find a small patch that fix a typo in clock_nanosleep01 error
message.
Regards.
--
Nicolas Joly
Cluster & Computing Group
Biology IT Center
Institut Pasteur, Paris.
-------------- next part --------------
commit 01a19b7a3a09b0481be03664344485b45a7679f4
Author: Nicolas Joly <njoly@pasteur.fr>
Date: Mon Apr 18 09:50:44 2016 +0200
clock_nanosleep/clock_nanosleep01: Small typo in error message.
Signed-off-by: Nicolas Joly <njoly@pasteur.fr>
diff --git a/testcases/kernel/syscalls/clock_nanosleep/clock_nanosleep01.c b/testcases/kernel/syscalls/clock_nanosleep/clock_nanosleep01.c
index 312b695..08c1fbd 100644
--- a/testcases/kernel/syscalls/clock_nanosleep/clock_nanosleep01.c
+++ b/testcases/kernel/syscalls/clock_nanosleep/clock_nanosleep01.c
@@ -291,7 +291,7 @@ static int do_test(struct test_case *tc)
*/
TEST(rc = clock_gettime(tc->clk_id, &beftp));
if (rc < 0) {
- tst_resm(TFAIL | TTERRNO, "iclock_gettime failed");
+ tst_resm(TFAIL | TTERRNO, "clock_gettime failed");
result = 1;
goto EXIT;
}
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [LTP] [PATCH] Fix typo in clock_nanosleep01
2016-05-01 7:24 [LTP] [PATCH] Fix typo in clock_nanosleep01 Nicolas Joly
@ 2016-05-10 12:49 ` Cyril Hrubis
0 siblings, 0 replies; 2+ messages in thread
From: Cyril Hrubis @ 2016-05-10 12:49 UTC (permalink / raw)
To: ltp
Hi!
> Please find a small patch that fix a typo in clock_nanosleep01 error
> message.
Pushed, thanks.
--
Cyril Hrubis
chrubis@suse.cz
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-05-10 12:49 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-01 7:24 [LTP] [PATCH] Fix typo in clock_nanosleep01 Nicolas Joly
2016-05-10 12:49 ` Cyril Hrubis
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox