X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/6d2332c405fc955cb4bb59ec503ca96cbf946779..e76439140a3c6fcd2e65ba5d6ef7ae1e4268f5a7:/tools/tesh/catch-signal.tesh diff --git a/tools/tesh/catch-signal.tesh b/tools/tesh/catch-signal.tesh index 2c85e6237d..c9f9fec146 100644 --- a/tools/tesh/catch-signal.tesh +++ b/tools/tesh/catch-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-catch-signal +$ mkdir temp_testdir-catch-signal -$ cd temp_testdir +$ cd temp_testdir-catch-signal < #include < int main(void) { < char *A=NULL; @@ -25,4 +25,4 @@ $ ../tesh --log='log.thresh:info tesh.fmt:%m%n' > || $ cd .. -$ rm -rf temp_testdir +$ rm -rf temp_testdir-catch-signal