Check sed doesnt go into an infinite loop (yes it does)

This commit is contained in:
Glenn L McGrath 2003-09-15 04:41:17 +00:00
parent c43f9edf88
commit ba5eb27ce3

View File

@ -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