X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/34962e98e3b23bd33da7e23b83efbb9b0f87a2bf..345e5695e239400eefc022b644edea70f2082a0f:/tools/tesh/cd.tesh diff --git a/tools/tesh/cd.tesh b/tools/tesh/cd.tesh index a12be7c5e0..db9137ee5e 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 @@ $ perl ${bindir:=.}/tesh $ test -e ../testdir_temp-cd $ cd .. -$ rmdir testdir_temp-cd +$ cmake -E remove_directory testdir_temp-cd