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