Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Kill tesh2 out of the source tree
[simgrid.git] / tools / tesh2 / examples / catch-wrong-output.tesh
diff --git a/tools/tesh2/examples/catch-wrong-output.tesh b/tools/tesh2/examples/catch-wrong-output.tesh
deleted file mode 100644 (file)
index b4179ac..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-#! ./tesh
-
-p This tests whether TESH detects wrong outputs
-
-! expect return $EOUTPUTNOTMATCH
-< > TOTO
-< < TUTU
-< $ cat
-$ tesh --log="log.thresh:info tesh.fmt:%m%n"
-> Test unit from stdin
-> [stdin:3] cat
-> [stdin:3] `cat' : NOK (outputs mismatch):
-> - TOTO
-> + TUTU
-> Test unit `stdin': NOK (<stdin:3> output mismatch)
-