mirror of https://github.com/mirror/busybox.git
Check sed doesnt go into an infinite loop (yes it does)
parent
c43f9edf88
commit
ba5eb27ce3
|
@ -0,0 +1,11 @@
|
|||
#XFAIL
|
||||
busybox sed 's/a/b/;:loop;t loop'>output <<EOF
|
||||
a
|
||||
b
|
||||
c
|
||||
EOF
|
||||
cmp -s output - <<EOF
|
||||
b
|
||||
b
|
||||
c
|
||||
EOF
|
Loading…
Reference in New Issue