Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Kill tesh2 out of the source tree
[simgrid.git] / tools / tesh2 / examples / catch-signal.tesh
diff --git a/tools/tesh2/examples/catch-signal.tesh b/tools/tesh2/examples/catch-signal.tesh
deleted file mode 100644 (file)
index 5155d04..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-#! ./tesh\r
-# This suite builds and uses a program raising a segfault, ie a program dying\r
-# of SIGSEV. tesh must detect this condition and report the issue.\r
-\r
-$ rm -rf temp_testdir\r
-$ mkdir temp_testdir\r
-\r
-$ cd temp_testdir\r
-< #include <stdlib.h>\r
-< int main(void) {\r
-<   char *A=NULL;\r
-<   *A = 1;\r
-< }\r
-$ cat > segfault.c\r
-\r
-$ gcc -o segfault segfault.c\r
-\r
-! expect return $EUNXPSIG\r
-< $ ./segfault\r
-$ ../tesh --log="log.thresh:info tesh.fmt:%m%n"\r
-\r
-\r
-$ cd ..\r
-$ rm -rf temp_testdir\r