From 3fbfb55efe38a6f52979a25b02c81a0acfee6dc9 Mon Sep 17 00:00:00 2001 From: Egor Duda Date: Mon, 29 Oct 2001 20:03:06 +0000 Subject: * winsup.api/ltp/stat03.c: Supress compiler warning. --- winsup/testsuite/winsup.api/ltp/stat03.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'winsup/testsuite/winsup.api') diff --git a/winsup/testsuite/winsup.api/ltp/stat03.c b/winsup/testsuite/winsup.api/ltp/stat03.c index a1a94279f..2d04ec4fc 100644 --- a/winsup/testsuite/winsup.api/ltp/stat03.c +++ b/winsup/testsuite/winsup.api/ltp/stat03.c @@ -187,14 +187,14 @@ main(int ac, char **av) "stat() fails, %s, errno:%d", test_desc, TEST_ERRNO); } else { - tst_resm(TFAIL, "stat() fails, %s, - errno:%d, expected errno:%d", + tst_resm(TFAIL, "stat() fails, %s," + " errno:%d, expected errno:%d", test_desc, TEST_ERRNO, Test_cases[ind].exp_errno); } } else { - tst_resm(TFAIL, "stat(2) returned %d, - expected -1, errno:%d", TEST_RETURN, + tst_resm(TFAIL, "stat(2) returned %d," + " expected -1, errno:%d", TEST_RETURN, Test_cases[ind].exp_errno); } } /* End of TEST CASE LOOPING. */ -- cgit v1.2.3