X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/bcf35c7a7402fa3388e193f2ecd1cf30ee411276..75a383f8746398463787fa9a8505f417f2ca3eae:/tools/tesh/catch-return.tesh diff --git a/tools/tesh/catch-return.tesh b/tools/tesh/catch-return.tesh index 12a3699b06..20784e72ad 100644 --- a/tools/tesh/catch-return.tesh +++ b/tools/tesh/catch-return.tesh @@ -2,10 +2,10 @@ # This suite builds and uses a program returning 1. # tesh must detect this condition and report the issue. -$ rm -rf temp_testdir -$ mkdir temp_testdir +$ rm -rf temp_testdir-catch-return +$ mkdir temp_testdir-catch-return -$ cd temp_testdir +$ cd temp_testdir-catch-return < #include < int main(void) { < exit(1); @@ -24,4 +24,4 @@ $ ../tesh --log='log.thresh:info tesh.fmt:%m%n' > || $ cd .. -$ rm -rf temp_testdir +$ rm -rf temp_testdir-catch-return