remove controversial tests

This commit is contained in:
Glenn L McGrath 2003-11-20 09:56:34 +00:00
parent bebc40b406
commit 3a2fcc63b8
2 changed files with 0 additions and 15 deletions

View File

@ -1,14 +0,0 @@
# FEATURE: CONFIG_FEATURE_SED_GNU_COMPATABILITY
busybox sed 'N;p'>output <<EOF
a
b
c
EOF
cmp -s output - <<EOF
a
b
a
b
c
EOF

View File

@ -1 +0,0 @@
! busybox sed -e 'i\foo' </dev/null