X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/fc241a7adb2fd271db60b7aba6c94ea863eb3c34..347b7da91424a1dab7edb42dd70cd897ab3bfbd6:/tools/tesh/cd.tesh?ds=sidebyside diff --git a/tools/tesh/cd.tesh b/tools/tesh/cd.tesh index 6a9ce2dacd..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 -$ rm -rf testdir_temp-cd +! 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 .. -$ rmdir testdir_temp-cd + +! output ignore +$ cmake -E remove_directory testdir_temp-cd