aboutsummaryrefslogtreecommitdiff
path: root/testsuite/paste/paste-multi-stdin
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/paste/paste-multi-stdin')
-rw-r--r--testsuite/paste/paste-multi-stdin16
1 files changed, 16 insertions, 0 deletions
diff --git a/testsuite/paste/paste-multi-stdin b/testsuite/paste/paste-multi-stdin
new file mode 100644
index 000000000..fee543058
--- /dev/null
+++ b/testsuite/paste/paste-multi-stdin
@@ -0,0 +1,16 @@
1cat > foo <<EOF
2line1
3line2
4line3
5line4
6line5
7line6
8EOF
9
10cat > bar <<EOF
11line1 line2 line3
12line4 line5 line6
13EOF
14
15busybox paste - - - < foo > baz
16cmp bar baz