Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
tesh: woops, fix java and smpi tests
[simgrid.git] / tools / tesh / catch-wrong-output.tesh
index 1dcd26d..05ccc57 100644 (file)
@@ -6,10 +6,13 @@ p This tests whether TESH detects wrong outputs
 < > TOTO
 < < TUTU
 < $ cat
-$ perl ${bindir:=.}/tesh
+$ ${bindir:=.}/tesh
 > Test suite from stdin
 > [(stdin):3] cat
 > Output of <(stdin):3> mismatch:
-> - TOTO
-> + TUTU
+>--- expected
+>+++ obtained
+>@@ -1 +1 @@
+> -TOTO
+> +TUTU
 > Test suite `(stdin)': NOK (<(stdin):3> output mismatch)