summaryrefslogtreecommitdiff
path: root/gnulib/tests/test-spawn-pipe.sh
diff options
context:
space:
mode:
Diffstat (limited to 'gnulib/tests/test-spawn-pipe.sh')
m---------gnulib0
-rwxr-xr-xgnulib/tests/test-spawn-pipe.sh8
2 files changed, 8 insertions, 0 deletions
diff --git a/gnulib b/gnulib
deleted file mode 160000
-Subproject 443bc5ffcf7429e557f4a371b0661abe98ddbc1
diff --git a/gnulib/tests/test-spawn-pipe.sh b/gnulib/tests/test-spawn-pipe.sh
new file mode 100755
index 0000000..676026c
--- /dev/null
+++ b/gnulib/tests/test-spawn-pipe.sh
@@ -0,0 +1,8 @@
+#!/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