Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[windows] use 'cmake -E remove_directory' instead of 'rm -rf'
[simgrid.git] / tools / tesh / bg-set-signal.tesh
index bd2f722..2179eaa 100644 (file)
@@ -2,7 +2,7 @@
 # This suite builds and uses a program raising a segfault, ie a program dying
 # of SIGSEV. tesh must detect this condition and report the issue.
 
 # This suite builds and uses a program raising a segfault, ie a program dying
 # of SIGSEV. tesh must detect this condition and report the issue.
 
-$ rm -rf temp_testdir-bg-set-signal
+$ cmake -E remove_directory temp_testdir-bg-set-signal
 $ mkdir temp_testdir-bg-set-signal
 
 $ cd temp_testdir-bg-set-signal
 $ mkdir temp_testdir-bg-set-signal
 
 $ cd temp_testdir-bg-set-signal
@@ -13,4 +13,4 @@ $ mkfile segfault.pl
 & perl segfault.pl
 
 $ cd ..
 & perl segfault.pl
 
 $ cd ..
-$ rm -rf temp_testdir-bg-set-signal
+$ cmake -E remove_directory temp_testdir-bg-set-signal