aboutsummaryrefslogtreecommitdiff
path: root/testsuite/sed/sed-branch-conditional2
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/sed/sed-branch-conditional2')
-rw-r--r--testsuite/sed/sed-branch-conditional211
1 files changed, 0 insertions, 11 deletions
diff --git a/testsuite/sed/sed-branch-conditional2 b/testsuite/sed/sed-branch-conditional2
deleted file mode 100644
index f4b11f0f8..000000000
--- a/testsuite/sed/sed-branch-conditional2
+++ /dev/null
@@ -1,11 +0,0 @@
-#XFAIL
-busybox sed 's/a/b/;:loop;t loop'>output <<EOF
-a
-b
-c
-EOF
-cmp -s output - <<EOF
-b
-b
-c
-EOF