Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
tesh: only make an absolute path out of test file if not already one
[simgrid.git] / tools / tesh / cd.tesh
index a12be7c5e0a2092e4b8767bfd7bbbf11708f4309..db9137ee5e5eceb30955d33fa4108e9fb58e8d54 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