summaryrefslogtreecommitdiff
path: root/tests/gentest/divert.2.m4
blob: 13075ff73a7501ecb24ffcf0b0d981e59cf40b24 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#!/bin/sh

# gentest/divert.2.m4 is part of the GNU m4 testsuite
# generated from example in ../doc/m4.texinfo line 2600

. ${srcdir}/defs

cat <<\EOF >in
divert(-1)
define(`foo', `Macro `foo'.')
define(`bar', `Macro `bar'.')
divert
EOF

cat <<\EOF >ok

EOF

$M4 -d in >out

$CMP -s out ok