X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/6d2332c405fc955cb4bb59ec503ca96cbf946779..7141af752d0f9389c4da1c42a151c16369c70f2a:/tools/tesh/bg-set-signal.tesh diff --git a/tools/tesh/bg-set-signal.tesh b/tools/tesh/bg-set-signal.tesh index adb8b99fda..3efe2c359d 100644 --- a/tools/tesh/bg-set-signal.tesh +++ b/tools/tesh/bg-set-signal.tesh @@ -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 < 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