Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
the expected signal metacommand use now the name of the signal instead the number...
authorcherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Wed, 11 Apr 2007 15:05:42 +0000 (15:05 +0000)
committercherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Wed, 11 Apr 2007 15:05:42 +0000 (15:05 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3374 48e7efb5-ca39-0410-a469-dd3cf9ba447f

tools/tesh/segfault.tesh

index 802fd0a..5ff8572 100644 (file)
@@ -14,7 +14,7 @@ $ cd temp_testdir
 $ cat > segfault.c
 
 $ gcc -o segfault segfault.c
-! expect signal 11
+! expect signal SIGSEGV
 $ ./segfault
 $ cd ..
 $ rm -rf temp_testdir