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
/
f6
blob
6c55c9fd25a9203dd3ae14f153a0cef15c807b94
1
#!/bin/sh
2
3
t
=
`basename
$0
`
4
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.
8
9
cat
>
$t
.EO
<<
\EOF
10
EOF
11
12
cat
>
$t
.Ee
<<
\EOF
13
EOF
14
15
redirect_stdin
=
no
16
options
=
'-C dir'
17
expected_status
=
0
18
19
.
$top_srcdir
/
test
s
/
test-common