mirror of
https://github.com/sheumann/hush.git
synced 2024-12-27 01:32:08 +00:00
Test the N command
This commit is contained in:
parent
640c1f547f
commit
65f9dc01f3
9
testsuite/sed/sed-append-next-line
Normal file
9
testsuite/sed/sed-append-next-line
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
busybox sed -n 'N;p'>output <<EOF
|
||||||
|
a
|
||||||
|
b
|
||||||
|
c
|
||||||
|
EOF
|
||||||
|
cmp -s output - <<EOF
|
||||||
|
a
|
||||||
|
b
|
||||||
|
EOF
|
Loading…
Reference in New Issue
Block a user