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

# gentest/undivert.3.m4 is part of the GNU m4 testsuite
# generated from example in ../doc/m4.texinfo line 2681

. ${srcdir}/defs

cat <<\EOF >in
define(`bar', `BAR')
undivert(`foo')
include(`foo')
EOF

cat <<\EOF >ok

bar

BAR

EOF

M4PATH=$srcdir $M4 -d in >out

$CMP -s out ok