Configuration option to define wether to follows GNU sed's behaviour
[oweals/busybox.git] / testsuite / sed / sed-append-next-line-gnu
1 # FEATURE: CONFIG_FEATURE_SED_GNU_COMPATABILITY
2 busybox sed 'N;p'>output <<EOF
3 a
4 b
5 c
6 EOF
7 cmp -s output - <<EOF
8 a
9 b
10 a
11 b
12 c
13
14 EOF