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