remove controversial tests
authorGlenn L McGrath <bug1@ihug.co.nz>
Thu, 20 Nov 2003 09:56:34 +0000 (09:56 -0000)
committerGlenn L McGrath <bug1@ihug.co.nz>
Thu, 20 Nov 2003 09:56:34 +0000 (09:56 -0000)
testsuite/sed/sed-append-next-line-gnu [deleted file]
testsuite/sed/sed-requires-newline-after-edit-command [deleted file]

diff --git a/testsuite/sed/sed-append-next-line-gnu b/testsuite/sed/sed-append-next-line-gnu
deleted file mode 100644 (file)
index d7aba8c..0000000
+++ /dev/null
@@ -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
diff --git a/testsuite/sed/sed-requires-newline-after-edit-command b/testsuite/sed/sed-requires-newline-after-edit-command
deleted file mode 100644 (file)
index 37ebc66..0000000
+++ /dev/null
@@ -1 +0,0 @@
-! busybox sed -e 'i\foo' </dev/null