commit | ba5eb27ce3de593e18345caa34128fbffdde9e1d | [log] [tgz] |
---|---|---|
author | Glenn L McGrath <bug1@ihug.co.nz> | Mon Sep 15 04:41:17 2003 +0000 |
committer | Glenn L McGrath <bug1@ihug.co.nz> | Mon Sep 15 04:41:17 2003 +0000 |
tree | 32821cade560c8f3ca70c4d0eb2de4d5ec439f05 | |
parent | c43f9edf889ee2277b1ae064446ae34178a9c4a9 [diff] |
Check sed doesnt go into an infinite loop (yes it does)
diff --git a/testsuite/sed/sed-branch-conditional2 b/testsuite/sed/sed-branch-conditional2 new file mode 100644 index 0000000..f4b11f0 --- /dev/null +++ b/testsuite/sed/sed-branch-conditional2
@@ -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