Imported Upstream version 0.18.1.1
[platform/upstream/gettext.git] / gettext-tools / gnulib-tests / test-pipe.sh
1 #!/bin/sh
2
3 st=0
4 for i in 0 1 2 3 4 5 6 7 ; do
5   ./test-pipe${EXEEXT} $i \
6     || { echo test-pipe.sh: iteration $i failed >&2; st=1; }
7 done
8 exit $st