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

1_00_stable_10817
Glenn L McGrath 2003-09-15 04:41:17 +00:00
parent c43f9edf88
commit ba5eb27ce3
1 changed files with 11 additions and 0 deletions

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