X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/fc241a7adb2fd271db60b7aba6c94ea863eb3c34..refs/heads/master:/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