aboutsummaryrefslogtreecommitdiff
path: root/testsuite/sed/sed-next-line
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/sed/sed-next-line')
-rw-r--r--testsuite/sed/sed-next-line12
1 files changed, 0 insertions, 12 deletions
diff --git a/testsuite/sed/sed-next-line b/testsuite/sed/sed-next-line
deleted file mode 100644
index 38fe20cf2..000000000
--- a/testsuite/sed/sed-next-line
+++ /dev/null
@@ -1,12 +0,0 @@
1busybox sed 'n;p'>output <<EOF
2a
3b
4c
5EOF
6cmp -s output - <<EOF
7a
8b
9b
10c
11c
12EOF