Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
There is no reason to trim the output.
authorArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Fri, 25 Oct 2013 07:58:05 +0000 (09:58 +0200)
committerArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Mon, 28 Oct 2013 11:13:06 +0000 (12:13 +0100)
tools/tesh/run_context.c

index 8bfa7c7..4bf6786 100644 (file)
@@ -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)