X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/dccf1b41e9c7b5a696f01abceaa2779fe65f154f..cdd4d20278cbee5a9f11f9f455bff8836410568c:/tools/tesh/cd.tesh diff --git a/tools/tesh/cd.tesh b/tools/tesh/cd.tesh index de606a32c1..cca9dad7f6 100644 --- a/tools/tesh/cd.tesh +++ b/tools/tesh/cd.tesh @@ -1,8 +1,10 @@ -#! ./tesh +#!/usr/bin/env tesh # This example uses the cd command +! output ignore $ cmake -E remove_directory testdir_temp-cd + $ mkdir testdir_temp-cd $ cd testdir_temp-cd @@ -22,4 +24,6 @@ $ ${bindir:=.}/tesh $ test -e ../testdir_temp-cd $ cd .. + +! output ignore $ cmake -E remove_directory testdir_temp-cd