aboutsummaryrefslogtreecommitdiff
path: root/testsuite/sed/sed-append-next-line-gnu
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/sed/sed-append-next-line-gnu')
-rw-r--r--testsuite/sed/sed-append-next-line-gnu14
1 files changed, 0 insertions, 14 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 @@
-# 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