Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Use xbt_swag_reset wherever possible.
[simgrid.git] / tools / tesh / bg-set-signal.tesh
index adb8b99..3efe2c3 100644 (file)
@@ -2,10 +2,10 @@
 # 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
-$ mkdir temp_testdir
+$ rm -rf temp_testdir-bg-set-signal
+$ mkdir temp_testdir-bg-set-signal
 
-$ cd temp_testdir
+$ cd temp_testdir-bg-set-signal
 < #include <stdlib.h>
 < int main(void) {
 <   char *A=NULL;
@@ -18,4 +18,4 @@ $ gcc -o segfault segfault.c
 & ./segfault
 $ sleep 1
 $ cd ..
-$ rm -rf temp_testdir
+$ rm -rf temp_testdir-bg-set-signal