diff options
Diffstat (limited to 'testsuite/sed/sed-branch-conditional')
-rw-r--r-- | testsuite/sed/sed-branch-conditional | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/testsuite/sed/sed-branch-conditional b/testsuite/sed/sed-branch-conditional deleted file mode 100644 index 47d0a5ff2..000000000 --- a/testsuite/sed/sed-branch-conditional +++ /dev/null @@ -1,15 +0,0 @@ -busybox sed 's/a/1/;t one;p;: one;p'>output <<EOF -a -b -c -EOF -cmp -s output - <<EOF -1 -1 -b -b -b -c -c -c -EOF |