diff options
Diffstat (limited to 'testsuite/sed/sed-branch-conditional-inverted')
-rwxr-xr-x | testsuite/sed/sed-branch-conditional-inverted | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/testsuite/sed/sed-branch-conditional-inverted b/testsuite/sed/sed-branch-conditional-inverted deleted file mode 100755 index f4df84b3e..000000000 --- a/testsuite/sed/sed-branch-conditional-inverted +++ /dev/null @@ -1,14 +0,0 @@ -busybox sed 's/a/1/;T notone;p;: notone;p'>output <<EOF -a -b -c -EOF -cmp -s output - <<EOF -1 -1 -1 -b -b -c -c -EOF |