X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/1a63d3eeb6bde1e01d32af6758c5d50cd3aacb0c..2fe88613fbaaeb0e648d1d2acbd3f7b53f6a5298:/tools/tesh/IO-orders.tesh diff --git a/tools/tesh/IO-orders.tesh b/tools/tesh/IO-orders.tesh index 80cc59657b..14db63d9b5 100644 --- a/tools/tesh/IO-orders.tesh +++ b/tools/tesh/IO-orders.tesh @@ -6,7 +6,7 @@ p Order: in, out, cmd < > TOTO < $ cat > Test suite from stdin -> [stdin:3] cat +> [(stdin):3] cat > Test suite from stdin OK $ ./tesh --log='log.thresh:info tesh.fmt:%m%n' @@ -15,7 +15,7 @@ p Order: out, in, cmd < < TOTO < $ cat > Test suite from stdin -> [stdin:3] cat +> [(stdin):3] cat > Test suite from stdin OK $ ./tesh --log='log.thresh:info tesh.fmt:%m%n' @@ -24,7 +24,7 @@ p Order: out, cmd, in < $ cat < < TOTO > Test suite from stdin -> [stdin:2] cat +> [(stdin):2] cat > Test suite from stdin OK $ ./tesh --log='log.thresh:info tesh.fmt:%m%n' @@ -33,7 +33,7 @@ p Order: in, cmd, out < $ cat < > TOTO > Test suite from stdin -> [stdin:2] cat +> [(stdin):2] cat > Test suite from stdin OK $ ./tesh --log='log.thresh:info tesh.fmt:%m%n' @@ -42,7 +42,7 @@ p Order: cmd, out, in < > TOTO < < TOTO > Test suite from stdin -> [stdin:1] cat +> [(stdin):1] cat > Test suite from stdin OK $ ./tesh --log='log.thresh:info tesh.fmt:%m%n' @@ -51,7 +51,7 @@ p Order: cmd, in, out < < TOTO < > TOTO > Test suite from stdin -> [stdin:1] cat +> [(stdin):1] cat > Test suite from stdin OK $ ./tesh --log='log.thresh:info tesh.fmt:%m%n'