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 / background.tesh
index 8b177fe48aa61653f74bafdcb65b561d746430a0..3fbabd3475e00da92dab8001ee43318029b04c18 100644 (file)
@@ -1,5 +1,5 @@
 
-$ rm -rf temp_testdir_background
+$ cmake -E remove_directory temp_testdir_background
 $ mkdir temp_testdir_background
 $ cd temp_testdir_background
 
@@ -22,4 +22,4 @@ $ mkfile tmp_fich
 
 $ sleep 2
 $ cd ..
-$ rm -rf temp_testdir_background
+$ cmake -E remove_directory temp_testdir_background