hush/testsuite/sed/sed-branch-conditional2

12 lines
96 B
Plaintext
Raw Normal View History

#XFAIL
busybox sed 's/a/b/;:loop;t loop'>output <<EOF
a
b
c
EOF
cmp -s output - <<EOF
b
b
c
EOF