From: cherierm Date: Wed, 11 Apr 2007 15:05:42 +0000 (+0000) Subject: the expected signal metacommand use now the name of the signal instead the number... X-Git-Tag: v3.3~1986 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/a2ab93dec62600e1cad2ae359becae798da022b4?hp=f5264a575173ef4886e577e1d9877578a84e8b63 the expected signal metacommand use now the name of the signal instead the number of the signal git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3374 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/tools/tesh/segfault.tesh b/tools/tesh/segfault.tesh index 802fd0acc8..5ff8572f3d 100644 --- a/tools/tesh/segfault.tesh +++ b/tools/tesh/segfault.tesh @@ -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