maint: import tests/init.sh from Gnulib during bootstrap
[cppi.git] / tests / e6
blob754b55e15f2641c61ed3035be6b4eeefe0569195
1 #!/bin/sh
3 t=`basename $0`
5 cat > $t.I <<\EOF
6 #ifndef(FOO)
7 EOF
9 cat > $t.EO <<\EOF
10 #ifndef (FOO)
11 EOF
13 cat > $t.Ee <<\EOF
14 cppi: standard input: line 1: unterminated #ifndef
15 EOF
17 expected_status=2
19 . $top_srcdir/tests/test-common