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 a0a6b34..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-\r
-p This tests that TESH accepts any order for the input/output\r
-\r
-p Order: in, out, cmd\r
-< < TOTO\r
-< > TOTO\r
-< $ Cat\r
-$ ./tesh --log="log.thresh:info tesh.fmt:%m%n"\r
-\r
-p Order: out, in, cmd\r
-< > TOTO\r
-< < TOTO\r
-< $ Cat\r
-$ ./tesh --log="log.thresh:info tesh.fmt:%m%n"\r
-\r
-p Order: out, cmd, in\r
-< > TOTO\r
-< $ Cat\r
-< < TOTO\r
-$ ./tesh --log="log.thresh:info tesh.fmt:%m%n"\r
-\r
-p Order: in, cmd, out\r
-< < TOTO\r
-< $ Cat\r
-< > TOTO\r
-$ ./tesh --log="log.thresh:info tesh.fmt:%m%n"\r
-\r
-p Order: cmd, out, in\r
-< $ Cat\r
-< > TOTO\r
-< < TOTO\r
-$ ./tesh --log="log.thresh:info tesh.fmt:%m%n"\r
-\r
-p Order: cmd, in, out\r
-< $ Cat\r
-< < TOTO\r
-< > TOTO\r
-$ ./tesh --log="log.thresh:info tesh.fmt:%m%n"\r
-\r