[BusyBox-cvs] busybox/testsuite/sed sed-branch-conditional2, NONE, 1.1

Glenn McGrath bug1 at busybox.net
Mon Sep 15 04:41:21 UTC 2003


Update of /var/cvs/busybox/testsuite/sed
In directory winder:/tmp/cvs-serv6188/sed

Added Files:
	sed-branch-conditional2 
Log Message:
Check sed doesnt go into an infinite loop (yes it does)


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




More information about the busybox-cvs mailing list