X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/fc241a7adb2fd271db60b7aba6c94ea863eb3c34..f7d6b6bfb8f2e3c83e87a73baebc5b19713cdd7d:/tools/tesh/cd.tesh diff --git a/tools/tesh/cd.tesh b/tools/tesh/cd.tesh index 6a9ce2dacd..de606a32c1 100644 --- a/tools/tesh/cd.tesh +++ b/tools/tesh/cd.tesh @@ -2,7 +2,7 @@ # This example uses the cd command -$ rm -rf testdir_temp-cd +$ cmake -E remove_directory testdir_temp-cd $ mkdir testdir_temp-cd $ cd testdir_temp-cd @@ -22,4 +22,4 @@ $ ${bindir:=.}/tesh $ test -e ../testdir_temp-cd $ cd .. -$ rmdir testdir_temp-cd +$ cmake -E remove_directory testdir_temp-cd