From e12be85441f74322925aed18e6d95d75a179a0d0 Mon Sep 17 00:00:00 2001 From: Arnaud Giersch Date: Fri, 25 Oct 2013 09:58:05 +0200 Subject: [PATCH] There is no reason to trim the output. --- tools/tesh/run_context.c | 2 -- 1 file changed, 2 deletions(-) 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) -- 2.20.1