From: Caspar Zhang <caspar@casparzhang.com>
To: Yan Lei <yanl.fnst@cn.fujitsu.com>
Cc: ltp-list@lists.sourceforge.net
Subject: Re: [LTP] [PATCH] add \n in end of output
Date: Fri, 11 Jan 2013 17:06:36 +0800 [thread overview]
Message-ID: <50EFD61C.70808@casparzhang.com> (raw)
In-Reply-To: <1357866925-21275-1-git-send-email-yanl.fnst@cn.fujitsu.com>
On 01/11/2013 09:15 AM, Yan Lei wrote:
> Signed-off-by: Yan Lei <yanl.fnst@cn.fujitsu.com>
> ---
> testcases/open_posix_testsuite/conformance/interfaces/mmap/32-1.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/testcases/open_posix_testsuite/conformance/interfaces/mmap/32-1.c b/testcases/open_posix_testsuite/conformance/interfaces/mmap/32-1.c
> index fbefa7b..5828ed2 100644
> --- a/testcases/open_posix_testsuite/conformance/interfaces/mmap/32-1.c
> +++ b/testcases/open_posix_testsuite/conformance/interfaces/mmap/32-1.c
> @@ -48,7 +48,7 @@ int main(void)
> }
>
> if (pa == MAP_FAILED)
> - printf("Test FAILED: Expected EINVAL got %s", strerror(errno));
> + printf("Test FAILED: Expected EINVAL got %s\n", strerror(errno));
> else
> printf("Test FAILED: mmap() succedded unexpectedly\n");
>
>
Reviewed-by: Caspar Zhang <caspar@casparzhang.com>
------------------------------------------------------------------------------
Master HTML5, CSS3, ASP.NET, MVC, AJAX, Knockout.js, Web API and
much more. Get web development skills now with LearnDevNow -
350+ hours of step-by-step video tutorials by Microsoft MVPs and experts.
SALE $99.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122812
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list
next prev parent reply other threads:[~2013-01-11 9:32 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-01-11 1:15 [LTP] [PATCH] add \n in end of output Yan Lei
2013-01-11 9:06 ` Caspar Zhang [this message]
2013-01-14 1:44 ` Wanlong Gao
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=50EFD61C.70808@casparzhang.com \
--to=caspar@casparzhang.com \
--cc=ltp-list@lists.sourceforge.net \
--cc=yanl.fnst@cn.fujitsu.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.