X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/f1a78c26e5680e8f8544aa8af5570d90a0d818c7..8be89720f55b4ceeb2877531ae1602cc7ed947d6:/tools/tesh/basic.tesh diff --git a/tools/tesh/basic.tesh b/tools/tesh/basic.tesh index db3d8f7e1e..270253e882 100644 --- a/tools/tesh/basic.tesh +++ b/tools/tesh/basic.tesh @@ -1,4 +1,4 @@ -#! ./tesh +#!/usr/bin/env tesh p This is a basic test @@ -13,7 +13,7 @@ $ cat tmp_fich ! output ignore < $ cat tmp_fich < > TUTU TOTO -$ ${bindir:=.}/tesh +$ ${bindir:=.}/tesh $ rm tmp_fich @@ -122,7 +122,7 @@ $ cat < $ cat < > a < > c -$ ${bindir:=.}/tesh +$ ${bindir:=.}/tesh ! expect return 2 ! output ignore @@ -132,7 +132,7 @@ $ ${bindir:=.}/tesh < > a < > < > c -$ ${bindir:=.}/tesh +$ ${bindir:=.}/tesh < < b @@ -150,7 +150,7 @@ $ cat < $ cat < > b < > c -$ ${bindir:=.}/tesh +$ ${bindir:=.}/tesh ! expect return 2 ! output ignore @@ -160,4 +160,4 @@ $ ${bindir:=.}/tesh < > < > b < > c -$ ${bindir:=.}/tesh +$ ${bindir:=.}/tesh