Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Kill tesh2 out of the source tree
[simgrid.git] / tools / tesh2 / examples / IO-orders.tesh
diff --git a/tools/tesh2/examples/IO-orders.tesh b/tools/tesh2/examples/IO-orders.tesh
deleted file mode 100644 (file)
index 3cc8033..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-
-p This tests that TESH accepts any order for the input/output
-
-p Order: in, out, cmd
-< < TOTO
-< > TOTO
-< $ cat
-> Test unit from stdin
-> [stdin:3] cat
-> Test unit from stdin OK
-$ ./tesh --log="log.thresh:info tesh.fmt:%m%n"
-
-p Order: out, in, cmd
-< > TOTO
-< < TOTO
-< $ cat
-> Test unit from stdin
-> [stdin:3] cat
-> Test unit from stdin OK
-$ ./tesh --log="log.thresh:info tesh.fmt:%m%n"
-
-p Order: out, cmd, in
-< > TOTO
-< $ cat
-< < TOTO
-> Test unit from stdin
-> [stdin:2] cat
-> Test unit from stdin OK
-$ ./tesh --log="log.thresh:info tesh.fmt:%m%n"
-
-p Order: in, cmd, out
-< < TOTO
-< $ cat
-< > TOTO
-> Test unit from stdin
-> [stdin:2] cat
-> Test unit from stdin OK
-$ ./tesh --log="log.thresh:info tesh.fmt:%m%n"
-