diff options
Diffstat (limited to 'gnulib-tests/test-spawn-pipe.sh')
-rwxr-xr-x | gnulib-tests/test-spawn-pipe.sh | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/gnulib-tests/test-spawn-pipe.sh b/gnulib-tests/test-spawn-pipe.sh deleted file mode 100755 index 676026c8..00000000 --- a/gnulib-tests/test-spawn-pipe.sh +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/sh - -st=0 -for i in 0 1 2 3 4 5 6 7 ; do - ./test-spawn-pipe-main${EXEEXT} ./test-spawn-pipe-child${EXEEXT} $i \ - || { echo test-spawn-pipe.sh: iteration $i failed >&2; st=1; } -done -exit $st |