repo.or.cz
/
gnulib.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Support compiling without -loldnames on native Windows.
[gnulib.git]
/
tests
/
test-spawn-pipe.sh
blob
22c4cbde3a6ed2c0f157f3e3246ede1d472ccae6
1
#!/bin/sh
2
3
st
=
0
4
for
i
in
0 1 2 3 4 5 6 7
;
do
5
${CHECKER} ./test-spawn-pipe-main${EXEEXT} ./test-spawn-pipe-child${EXEEXT} $i
\
6
||
{
echo
test-spawn-pipe.sh
:
iteration
$i
failed
>&
2
;
st
=
1
; }
7
done
8
exit
$st