---
 .../kernel/timers/clock_settime/clock_settime03.c  |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/testcases/kernel/timers/clock_settime/clock_settime03.c 
b/testcases/kernel/timers/clock_settime/clock_settime03.c
index 7638abd..d60bcf6 100755
--- a/testcases/kernel/timers/clock_settime/clock_settime03.c
+++ b/testcases/kernel/timers/clock_settime/clock_settime03.c
@@ -195,10 +195,11 @@ main(int ac, char **av)
                        } else {
                                tst_resm(TFAIL, "clock_settime(2) failed to"
                                                " produce expected error; %d"
-                                               " , errno : %s and got %ld",
+                                               " , errno : %s and "
+                                               "got %ld errno %d",
                                                testcase[i].exp_errno,
                                                testcase[i].exp_errval,
-                                               TEST_RETURN);
+                                               TEST_RETURN, TEST_ERRNO);
                                if (TEST_RETURN == 0) {
                                        if (clock_settime(CLOCK_REALTIME,
                                                                &saved) < 0) {
-- 
1.6.2.5


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Ltp-list mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ltp-list

Reply via email to