X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/34962e98e3b23bd33da7e23b83efbb9b0f87a2bf..8f751cc565386f0b7bc5fce2fc3860e51a761c67:/tools/tesh/catch-wrong-output.tesh diff --git a/tools/tesh/catch-wrong-output.tesh b/tools/tesh/catch-wrong-output.tesh index 1dcd26d6dd..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,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)