aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--testsuite/sed/sed-branch-conditional211
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 @@
1#XFAIL
2busybox sed 's/a/b/;:loop;t loop'>output <<EOF
3a
4b
5c
6EOF
7cmp -s output - <<EOF
8b
9b
10c
11EOF