X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/f783ed4680c6862a1b7543237e89d1221334bae0..69c87d12440d1da58572440085f4b686d566fbf4:/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