hush/testsuite/sed/sed-append-next-line

15 lines
153 B
Plaintext
Raw Normal View History

# XFAIL
# This will fail if CONFIG_FEATURE_SED_GNU_COMPATABILITY is defined
busybox sed 'N;p'>output <<EOF
2003-09-15 05:35:47 +00:00
a
b
c
EOF
cmp -s output - <<EOF
a
b
a
b
c
2003-09-15 05:35:47 +00:00
EOF