X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/2fe88613fbaaeb0e648d1d2acbd3f7b53f6a5298..ad02a1b4a1730fb36f36295f8749d4811f4d9a65:/tools/tesh/IO-orders.tesh diff --git a/tools/tesh/IO-orders.tesh b/tools/tesh/IO-orders.tesh index 14db63d9b5..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 -$ ./tesh --log='log.thresh:info tesh.fmt:%m%n' +$ ${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 -$ ./tesh --log='log.thresh:info tesh.fmt:%m%n' +$ ${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 -$ ./tesh --log='log.thresh:info tesh.fmt:%m%n' +$ ${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 -$ ./tesh --log='log.thresh:info tesh.fmt:%m%n' +$ ${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 -$ ./tesh --log='log.thresh:info tesh.fmt:%m%n' +$ ${bindir:=.}/tesh p Order: cmd, in, out < $ cat @@ -52,6 +57,6 @@ p Order: cmd, in, out < > TOTO > Test suite from stdin > [(stdin):1] cat +> > Test suite from stdin OK -$ ./tesh --log='log.thresh:info tesh.fmt:%m%n' - +$ ${bindir:=.}/tesh