X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/89abf0b3f30962bda39a0d372f85895a6f02681d..c1f69c01ef1ce94e4ff5238d725ba585eecb24e8:/tools/tesh/catch-wrong-output.tesh diff --git a/tools/tesh/catch-wrong-output.tesh b/tools/tesh/catch-wrong-output.tesh index aa57175b32..08cfa6c3bf 100644 --- a/tools/tesh/catch-wrong-output.tesh +++ b/tools/tesh/catch-wrong-output.tesh @@ -1,4 +1,4 @@ -#! ./tesh +#!/usr/bin/env tesh p This tests whether TESH detects wrong outputs @@ -6,11 +6,13 @@ p This tests whether TESH detects wrong outputs < > TOTO < < TUTU < $ cat -$ ./tesh --enable-coverage -> Enable coverage +$ ${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)