Bump to m4 1.4.19
[platform/upstream/m4.git] / checks / 006.command_li
1 dnl @ ../doc/m4.texi:1004: 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 ifdef(`__unix__', ,
11       `errprint(` skipping: syscmd does not have unix semantics
12 ')m4exit(`77')')dnl
13 syscmd(`echo | cat >&- 2>/dev/null')ifelse(sysval, `0',
14        `errprint(` skipping: system does not allow closing stdout
15 ')m4exit(`77')')dnl
16 changequote(`[', `]')dnl
17 syscmd([echo 'esyscmd(echo hi >&2 && echo err"print(bye
18 )d"nl)dnl' > tmp.m4 \
19   && ']__program__[' tmp.m4 <&- >&- \
20   && rm tmp.m4])sysval
21 dnl @error{}hi
22 dnl @error{}bye
23 dnl @result{}0