Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix tesh autotests after recent change to display the command ASAP
[simgrid.git] / tools / tesh / IO-orders.tesh
index 7453ff8..c7bbc67 100644 (file)
@@ -7,8 +7,9 @@ p Order: in, out, cmd
 < $ cat
 > Test suite from stdin
 > [(stdin):3] cat
+> 
 > Test suite from stdin OK
-$ perl ${bindir:=.}/tesh
+$ ${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
-$ perl ${bindir:=.}/tesh
+$ ${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
-$ perl ${bindir:=.}/tesh
+$ ${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
-$ perl ${bindir:=.}/tesh
+$ ${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
-$ perl ${bindir:=.}/tesh
+$ ${bindir:=.}/tesh
 
 p Order: cmd, in, out
 < $ cat
@@ -52,5 +57,6 @@ p Order: cmd, in, out
 < > TOTO
 > Test suite from stdin
 > [(stdin):1] cat
+> 
 > Test suite from stdin OK
-$ perl ${bindir:=.}/tesh
+$ ${bindir:=.}/tesh