X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/2fe88613fbaaeb0e648d1d2acbd3f7b53f6a5298..bf30156c2370398b33f5c3e3a073265e7a3ef1de:/tools/tesh/IO-orders.tesh diff --git a/tools/tesh/IO-orders.tesh b/tools/tesh/IO-orders.tesh index 14db63d9b5..7453ff88c8 100644 --- a/tools/tesh/IO-orders.tesh +++ b/tools/tesh/IO-orders.tesh @@ -8,7 +8,7 @@ p Order: in, out, cmd > Test suite from stdin > [(stdin):3] cat > Test suite from stdin OK -$ ./tesh --log='log.thresh:info tesh.fmt:%m%n' +$ perl ${bindir:=.}/tesh p Order: out, in, cmd < > TOTO @@ -17,7 +17,7 @@ p Order: out, in, cmd > Test suite from stdin > [(stdin):3] cat > Test suite from stdin OK -$ ./tesh --log='log.thresh:info tesh.fmt:%m%n' +$ perl ${bindir:=.}/tesh p Order: out, cmd, in < > TOTO @@ -26,7 +26,7 @@ p Order: out, cmd, in > Test suite from stdin > [(stdin):2] cat > Test suite from stdin OK -$ ./tesh --log='log.thresh:info tesh.fmt:%m%n' +$ perl ${bindir:=.}/tesh p Order: in, cmd, out < < TOTO @@ -35,7 +35,7 @@ p Order: in, cmd, out > Test suite from stdin > [(stdin):2] cat > Test suite from stdin OK -$ ./tesh --log='log.thresh:info tesh.fmt:%m%n' +$ perl ${bindir:=.}/tesh p Order: cmd, out, in < $ cat @@ -44,7 +44,7 @@ p Order: cmd, out, in > Test suite from stdin > [(stdin):1] cat > Test suite from stdin OK -$ ./tesh --log='log.thresh:info tesh.fmt:%m%n' +$ perl ${bindir:=.}/tesh p Order: cmd, in, out < $ cat @@ -53,5 +53,4 @@ p Order: cmd, in, out > Test suite from stdin > [(stdin):1] cat > Test suite from stdin OK -$ ./tesh --log='log.thresh:info tesh.fmt:%m%n' - +$ perl ${bindir:=.}/tesh