1
0
mirror of https://github.com/sheumann/hush.git synced 2025-03-13 00:30:23 +00:00
hush/testsuite/sed/sed-branch-conditional2

12 lines
96 B
Plaintext

#XFAIL
busybox sed 's/a/b/;:loop;t loop'>output <<EOF
a
b
c
EOF
cmp -s output - <<EOF
b
b
c
EOF