X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/c0c6ff6136ed5d29f3b688b0772278ccfea8ac69..f0e89ec6fd6ecb2a6171da22d3ccc88a24cf5ba1:/tools/tesh/basic2.tesh diff --git a/tools/tesh/basic2.tesh b/tools/tesh/basic2.tesh index 9e08b11561..b95065e132 100644 --- a/tools/tesh/basic2.tesh +++ b/tools/tesh/basic2.tesh @@ -2,6 +2,21 @@ p Test sorting and filtering of output +$ true + +! output sort +$ true + +$ printf 'profiling: foo\\n' + +$ printf 'profiling: foo' + +! output sort +$ printf 'profiling: foo\\n' + +! output sort +$ printf 'profiling: foo' + $ printf 'a\\nb\\nc\\nd\\n' > a > b