67b1ccbcdecb818b0021d78af2a04288f1fe2d33
[platform/upstream/m4.git] / checks / 198.sysval
1 dnl @ ../doc/m4.texinfo:6729: Origin of test
2 dnl @ expected status: 0
3 dnl @ extra options: 
4 dnl @ Copyright (C) 2006, 2007, 2008, 2009 Free Software
5 dnl @ Foundation, Inc.
6 dnl @ This file is free software; the Free Software Foundation
7 dnl @ gives unlimited permission to copy and/or distribute it
8 dnl @ with or without modifications, as long as this notice
9 dnl @ is preserved.
10 dnl This test assumes kill is a shell builtin, and that signals are
11 dnl recognizable.
12 ifdef(`__unix__', ,
13       `errprint(` skipping: syscmd does not have unix semantics
14 ')m4exit(`77')')dnl
15 syscmd(`kill -9 $$')
16 dnl @result{}
17 sysval
18 dnl @result{}2304
19 syscmd()
20 dnl @result{}
21 sysval
22 dnl @result{}0
23 esyscmd(`kill -9 $$')
24 dnl @result{}
25 sysval
26 dnl @result{}2304