~ubuntu-branches/ubuntu/intrepid/m4/intrepid

« back to all changes in this revision

Viewing changes to checks/174.sysval

  • Committer: Bazaar Package Importer
  • Author(s): Santiago Vila
  • Date: 2008-04-03 09:49:04 UTC
  • mfrom: (3.1.2 lenny)
  • Revision ID: james.westby@ubuntu.com-20080403094904-nzbg2ojnfh38cog0
Tags: 1.4.11-1
* New upstream release.
* Changed copyright file to refer to the GFDL in common-licenses.

Show diffs side-by-side

added added

removed removed

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