X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/8be60e243e894e53d6c01479c4ba21e5b50dad0e..54842afbb7202b341fd232f62644fb1f47a15118:/tools/tesh2/examples/IO-orders.tesh diff --git a/tools/tesh2/examples/IO-orders.tesh b/tools/tesh2/examples/IO-orders.tesh index ab0c9f3d77..3cc8033bfd 100644 --- a/tools/tesh2/examples/IO-orders.tesh +++ b/tools/tesh2/examples/IO-orders.tesh @@ -8,7 +8,7 @@ p Order: in, out, cmd > Test unit from stdin > [stdin:3] cat > Test unit from stdin OK -$ ./tesh --log='log.thresh:info tesh.fmt:%m%n' +$ ./tesh --log="log.thresh:info tesh.fmt:%m%n" p Order: out, in, cmd < > TOTO @@ -17,7 +17,7 @@ p Order: out, in, cmd > Test unit from stdin > [stdin:3] cat > Test unit from stdin OK -$ ./tesh --log='log.thresh:info tesh.fmt:%m%n' +$ ./tesh --log="log.thresh:info tesh.fmt:%m%n" p Order: out, cmd, in < > TOTO @@ -26,7 +26,7 @@ p Order: out, cmd, in > Test unit from stdin > [stdin:2] cat > Test unit from stdin OK -$ ./tesh --log='log.thresh:info tesh.fmt:%m%n' +$ ./tesh --log="log.thresh:info tesh.fmt:%m%n" p Order: in, cmd, out < < TOTO @@ -35,5 +35,5 @@ p Order: in, cmd, out > Test unit from stdin > [stdin:2] cat > Test unit from stdin OK -$ ./tesh --log='log.thresh:info tesh.fmt:%m%n' +$ ./tesh --log="log.thresh:info tesh.fmt:%m%n"