diff options
Diffstat (limited to 'testsuite/sed/sed-branch-conditional2')
-rw-r--r-- | testsuite/sed/sed-branch-conditional2 | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/testsuite/sed/sed-branch-conditional2 b/testsuite/sed/sed-branch-conditional2 new file mode 100644 index 000000000..f4b11f0f8 --- /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 |