Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[windows] use 'cmake -E remove_directory' instead of 'rm -rf'
[simgrid.git] / tools / tesh / cd.tesh
index a12be7c..db9137e 100644 (file)
@@ -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