Fix compile error, the indenting really needs to be fixed here
[oweals/busybox.git] / testsuite / sed / sed-append-next-line
1 # XFAIL
2 # This will fail if CONFIG_FEATURE_SED_GNU_COMPATABILITY is defined
3 busybox sed 'N;p'>output <<EOF
4 a
5 b
6 c
7 EOF
8 cmp -s output - <<EOF
9 a
10 b
11 a
12 b
13 c
14 EOF