X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/86051ed1b66342bae0e21fd6643e66331ac2c07d..24c3e313f3c05f044f19ff318c11f7bedc6da624:/tools/tesh/IO-orders.tesh diff --git a/tools/tesh/IO-orders.tesh b/tools/tesh/IO-orders.tesh index 4862eb1b67..7453ff88c8 100644 --- a/tools/tesh/IO-orders.tesh +++ b/tools/tesh/IO-orders.tesh @@ -5,53 +5,52 @@ p Order: in, out, cmd < < TOTO < > TOTO < $ cat -> [0.000000] [tesh/INFO] Test suite from stdin -> [0.000000] [tesh/INFO] [stdin:3] cat -> [0.000000] [tesh/INFO] Test suite from stdin OK -$ ./tesh +> Test suite from stdin +> [(stdin):3] cat +> Test suite from stdin OK +$ perl ${bindir:=.}/tesh p Order: out, in, cmd < > TOTO < < TOTO < $ cat -> [0.000000] [tesh/INFO] Test suite from stdin -> [0.000000] [tesh/INFO] [stdin:3] cat -> [0.000000] [tesh/INFO] Test suite from stdin OK -$ ./tesh +> Test suite from stdin +> [(stdin):3] cat +> Test suite from stdin OK +$ perl ${bindir:=.}/tesh p Order: out, cmd, in < > TOTO < $ cat < < TOTO -> [0.000000] [tesh/INFO] Test suite from stdin -> [0.000000] [tesh/INFO] [stdin:2] cat -> [0.000000] [tesh/INFO] Test suite from stdin OK -$ ./tesh +> Test suite from stdin +> [(stdin):2] cat +> Test suite from stdin OK +$ perl ${bindir:=.}/tesh p Order: in, cmd, out < < TOTO < $ cat < > TOTO -> [0.000000] [tesh/INFO] Test suite from stdin -> [0.000000] [tesh/INFO] [stdin:2] cat -> [0.000000] [tesh/INFO] Test suite from stdin OK -$ ./tesh +> Test suite from stdin +> [(stdin):2] cat +> Test suite from stdin OK +$ perl ${bindir:=.}/tesh p Order: cmd, out, in < $ cat < > TOTO < < TOTO -> [0.000000] [tesh/INFO] Test suite from stdin -> [0.000000] [tesh/INFO] [stdin:1] cat -> [0.000000] [tesh/INFO] Test suite from stdin OK -$ ./tesh +> Test suite from stdin +> [(stdin):1] cat +> Test suite from stdin OK +$ perl ${bindir:=.}/tesh p Order: cmd, in, out < $ cat < < TOTO < > TOTO -> [0.000000] [tesh/INFO] Test suite from stdin -> [0.000000] [tesh/INFO] [stdin:1] cat -> [0.000000] [tesh/INFO] Test suite from stdin OK -$ ./tesh - +> Test suite from stdin +> [(stdin):1] cat +> Test suite from stdin OK +$ perl ${bindir:=.}/tesh