A test and fix for the sed 'n' command
This commit is contained in:
12
testsuite/sed/sed-next-line
Normal file
12
testsuite/sed/sed-next-line
Normal file
@@ -0,0 +1,12 @@
|
||||
busybox sed 'n;p'>output <<EOF
|
||||
a
|
||||
b
|
||||
c
|
||||
EOF
|
||||
cmp -s output - <<EOF
|
||||
a
|
||||
b
|
||||
b
|
||||
c
|
||||
c
|
||||
EOF
|
Reference in New Issue
Block a user