From: Arnaud Giersch Date: Fri, 25 Oct 2013 07:58:05 +0000 (+0200) Subject: There is no reason to trim the output. X-Git-Tag: v3_10_rc1~73 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/e12be85441f74322925aed18e6d95d75a179a0d0 There is no reason to trim the output. --- diff --git a/tools/tesh/run_context.c b/tools/tesh/run_context.c index 8bfa7c73d1..4bf6786e2f 100644 --- a/tools/tesh/run_context.c +++ b/tools/tesh/run_context.c @@ -795,8 +795,6 @@ void *rctx_wait(void *r) } xbt_strbuff_chomp(rctx->output_got); xbt_strbuff_chomp(rctx->output_wanted); - xbt_strbuff_trim(rctx->output_got); - xbt_strbuff_trim(rctx->output_wanted); /* Check for broken pipe */ if (rctx->brokenpipe)