X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/34962e98e3b23bd33da7e23b83efbb9b0f87a2bf..ab5814bd4ea6117ecf9ac2df328333e89eb45f5f:/tools/tesh/IO-orders.tesh diff --git a/tools/tesh/IO-orders.tesh b/tools/tesh/IO-orders.tesh index 7453ff88c8..c7bbc672ee 100644 --- a/tools/tesh/IO-orders.tesh +++ b/tools/tesh/IO-orders.tesh @@ -7,8 +7,9 @@ p Order: in, out, cmd < $ cat > Test suite from stdin > [(stdin):3] cat +> > Test suite from stdin OK -$ perl ${bindir:=.}/tesh +$ ${bindir:=.}/tesh p Order: out, in, cmd < > TOTO @@ -16,8 +17,9 @@ p Order: out, in, cmd < $ cat > Test suite from stdin > [(stdin):3] cat +> > Test suite from stdin OK -$ perl ${bindir:=.}/tesh +$ ${bindir:=.}/tesh p Order: out, cmd, in < > TOTO @@ -25,8 +27,9 @@ p Order: out, cmd, in < < TOTO > Test suite from stdin > [(stdin):2] cat +> > Test suite from stdin OK -$ perl ${bindir:=.}/tesh +$ ${bindir:=.}/tesh p Order: in, cmd, out < < TOTO @@ -34,8 +37,9 @@ p Order: in, cmd, out < > TOTO > Test suite from stdin > [(stdin):2] cat +> > Test suite from stdin OK -$ perl ${bindir:=.}/tesh +$ ${bindir:=.}/tesh p Order: cmd, out, in < $ cat @@ -43,8 +47,9 @@ p Order: cmd, out, in < < TOTO > Test suite from stdin > [(stdin):1] cat +> > Test suite from stdin OK -$ perl ${bindir:=.}/tesh +$ ${bindir:=.}/tesh p Order: cmd, in, out < $ cat @@ -52,5 +57,6 @@ p Order: cmd, in, out < > TOTO > Test suite from stdin > [(stdin):1] cat +> > Test suite from stdin OK -$ perl ${bindir:=.}/tesh +$ ${bindir:=.}/tesh