aboutsummaryrefslogtreecommitdiff
path: root/testsuite/paste/paste-pairs
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/paste/paste-pairs')
-rw-r--r--testsuite/paste/paste-pairs16
1 files changed, 16 insertions, 0 deletions
diff --git a/testsuite/paste/paste-pairs b/testsuite/paste/paste-pairs
new file mode 100644
index 000000000..90725fa87
--- /dev/null
+++ b/testsuite/paste/paste-pairs
@@ -0,0 +1,16 @@
1cat > foo <<EOF
2foo1
3bar1
4foo2
5bar2
6foo3
7EOF
8
9cat > bar <<EOF
10foo1 bar1
11foo2 bar2
12foo3
13EOF
14
15busybox paste -s -d "\t\n" foo > baz
16cmp bar baz