X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/2fe88613fbaaeb0e648d1d2acbd3f7b53f6a5298..29a3b2869c0075fc75e8ccc66fc1d9c4c8bf6a85:/tools/tesh/IO-orders.tesh diff --git a/tools/tesh/IO-orders.tesh b/tools/tesh/IO-orders.tesh index 14db63d9b5..e2c0a25d71 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' +$ ${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' +$ ${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' +$ ${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' +$ ${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' +$ ${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' - +$ ${bindir:=.}/tesh