aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGlenn L McGrath <bug1@ihug.co.nz>2003-11-20 09:56:34 +0000
committerGlenn L McGrath <bug1@ihug.co.nz>2003-11-20 09:56:34 +0000
commit3a2fcc63b848ba26ce5a346fabe7d88b46bde690 (patch)
tree9242f6e4f2885831bf210750989c947fcd6664ca
parentbebc40b4066384288a5db13884162e1e67789d4b (diff)
downloadbusybox-w32-3a2fcc63b848ba26ce5a346fabe7d88b46bde690.tar.gz
busybox-w32-3a2fcc63b848ba26ce5a346fabe7d88b46bde690.tar.bz2
busybox-w32-3a2fcc63b848ba26ce5a346fabe7d88b46bde690.zip
remove controversial tests
-rw-r--r--testsuite/sed/sed-append-next-line-gnu14
-rw-r--r--testsuite/sed/sed-requires-newline-after-edit-command1
2 files changed, 0 insertions, 15 deletions
diff --git a/testsuite/sed/sed-append-next-line-gnu b/testsuite/sed/sed-append-next-line-gnu
deleted file mode 100644
index d7aba8c2c..000000000
--- a/testsuite/sed/sed-append-next-line-gnu
+++ /dev/null
@@ -1,14 +0,0 @@
1# FEATURE: CONFIG_FEATURE_SED_GNU_COMPATABILITY
2busybox sed 'N;p'>output <<EOF
3a
4b
5c
6EOF
7cmp -s output - <<EOF
8a
9b
10a
11b
12c
13
14EOF
diff --git a/testsuite/sed/sed-requires-newline-after-edit-command b/testsuite/sed/sed-requires-newline-after-edit-command
deleted file mode 100644
index 37ebc6608..000000000
--- a/testsuite/sed/sed-requires-newline-after-edit-command
+++ /dev/null
@@ -1 +0,0 @@
1! busybox sed -e 'i\foo' </dev/null