maint.mk: Update system header list for #include syntax checks.
[gnulib.git] / tests / test-spawn-pipe.sh
blob22c4cbde3a6ed2c0f157f3e3246ede1d472ccae6
1 #!/bin/sh
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