Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
There is no reason to trim the output.
[simgrid.git] / 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)