diff options
author | bug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2003-11-20 09:56:34 +0000 |
---|---|---|
committer | bug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2003-11-20 09:56:34 +0000 |
commit | 1da10807c19542f2cf0bdd6c0dacf64db95f7152 (patch) | |
tree | 9242f6e4f2885831bf210750989c947fcd6664ca | |
parent | 96c40c7ea713d2e2a4adabcf3d4a27a568d2f46c (diff) | |
download | busybox-w32-1da10807c19542f2cf0bdd6c0dacf64db95f7152.tar.gz busybox-w32-1da10807c19542f2cf0bdd6c0dacf64db95f7152.tar.bz2 busybox-w32-1da10807c19542f2cf0bdd6c0dacf64db95f7152.zip |
remove controversial tests
git-svn-id: svn://busybox.net/trunk/busybox@7959 69ca8d6d-28ef-0310-b511-8ec308f3f277
-rw-r--r-- | testsuite/sed/sed-append-next-line-gnu | 14 | ||||
-rw-r--r-- | testsuite/sed/sed-requires-newline-after-edit-command | 1 |
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 | ||
2 | busybox sed 'N;p'>output <<EOF | ||
3 | a | ||
4 | b | ||
5 | c | ||
6 | EOF | ||
7 | cmp -s output - <<EOF | ||
8 | a | ||
9 | b | ||
10 | a | ||
11 | b | ||
12 | c | ||
13 | |||
14 | 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 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 | ||