repo.or.cz
/
cppi.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
maint: import tests/init.sh from Gnulib during bootstrap
[cppi.git]
/
tests
/
e6
blob
754b55e15f2641c61ed3035be6b4eeefe0569195
1
#!/bin/sh
2
3
t
=
`basename
$0
`
4
5
cat
>
$t
.I
<<
\EOF
6
#ifndef(FOO)
7
EOF
8
9
cat
>
$t
.EO
<<
\EOF
10
#ifndef (FOO)
11
EOF
12
13
cat
>
$t
.Ee
<<
\EOF
14
cppi
:
standard input
:
line
1
:
unterminated
#ifndef
15
EOF
16
17
expected_status
=
2
18
19
.
$top_srcdir
/
test
s
/
test-common