Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'master' into master
[simgrid.git] / tools / tesh / IO-orders.tesh
index 80cc596..e2c0a25 100644 (file)
@@ -6,52 +6,51 @@ p Order: in, out, cmd
 < > TOTO
 < $ cat
 > Test suite from stdin
-> [stdin:3] cat
+> [(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
 < < TOTO
 < $ cat
 > Test suite from stdin
-> [stdin:3] cat
+> [(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
 < $ cat
 < < TOTO
 > Test suite from stdin
-> [stdin:2] cat
+> [(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
 < $ cat
 < > TOTO
 > Test suite from stdin
-> [stdin:2] cat
+> [(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
 < > TOTO
 < < TOTO
 > Test suite from stdin
-> [stdin:1] cat
+> [(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
 < < TOTO
 < > TOTO
 > Test suite from stdin
-> [stdin:1] cat
+> [(stdin):1] cat
 > Test suite from stdin OK
-$ ./tesh --log='log.thresh:info tesh.fmt:%m%n'
-
+$ ${bindir:=.}/tesh