pty: Activate the signature wrapper of forkpty.
[gnulib.git] / tests / test-spawn-pipe.sh
1 #!/bin/sh
2
3 st=0
4 for i in 0 1 2 3 4 5 6 7 ; do
5   ./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