summaryrefslogtreecommitdiff
path: root/gnulib/tests/test-pipe.sh
diff options
context:
space:
mode:
Diffstat (limited to 'gnulib/tests/test-pipe.sh')
m---------gnulib0
-rwxr-xr-xgnulib/tests/test-pipe.sh8
2 files changed, 8 insertions, 0 deletions
diff --git a/gnulib b/gnulib
deleted file mode 160000
-Subproject 4fc10daa05477586fea99b6b3ca02a87d1102fa
diff --git a/gnulib/tests/test-pipe.sh b/gnulib/tests/test-pipe.sh
new file mode 100755
index 00000000..323c90fb
--- /dev/null
+++ b/gnulib/tests/test-pipe.sh
@@ -0,0 +1,8 @@
+#!/bin/sh
+
+st=0
+for i in 0 1 2 3 4 5 6 7 ; do
+ ./test-pipe${EXEEXT} $i \
+ || { echo test-pipe.sh: iteration $i failed >&2; st=1; }
+done
+exit $st