12 lines
96 B
Plaintext
12 lines
96 B
Plaintext
|
#XFAIL
|
||
|
busybox sed 's/a/b/;:loop;t loop'>output <<EOF
|
||
|
a
|
||
|
b
|
||
|
c
|
||
|
EOF
|
||
|
cmp -s output - <<EOF
|
||
|
b
|
||
|
b
|
||
|
c
|
||
|
EOF
|