maint: import tests/init.sh from Gnulib during bootstrap
[cppi.git] / tests / f6
blob6c55c9fd25a9203dd3ae14f153a0cef15c807b94
1 #!/bin/sh
3 t=`basename $0`
5 # Don't create $t.I.
6 # This test makes sure that the command,
7 # `cppi -C dir non-existent-file' doesn't get an error.
9 cat > $t.EO <<\EOF
10 EOF
12 cat > $t.Ee <<\EOF
13 EOF
15 redirect_stdin=no
16 options='-C dir'
17 expected_status=0
19 . $top_srcdir/tests/test-common