X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/5701d7115728d762aca64528918880f897acb72a..c8e45d3f4873ef0485366452a118940b5e8df788:/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