Configuration option to define wether to follows GNU sed's behaviour
[oweals/busybox.git] / testsuite / sed / sed-branch-conditional2
1 #XFAIL
2 busybox sed 's/a/b/;:loop;t loop'>output <<EOF
3 a
4 b
5 c
6 EOF
7 cmp -s output - <<EOF
8 b
9 b
10 c
11 EOF