aboutsummaryrefslogtreecommitdiff
path: root/testsuite/sed/sed-splits-edit-commands-on-command-line
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/sed/sed-splits-edit-commands-on-command-line')
-rw-r--r--testsuite/sed/sed-splits-edit-commands-on-command-line9
1 files changed, 0 insertions, 9 deletions
diff --git a/testsuite/sed/sed-splits-edit-commands-on-command-line b/testsuite/sed/sed-splits-edit-commands-on-command-line
deleted file mode 100644
index 6421fa552..000000000
--- a/testsuite/sed/sed-splits-edit-commands-on-command-line
+++ /dev/null
@@ -1,9 +0,0 @@
-echo 2 | busybox sed -e 'i\
-1
-a\
-3' > output
-cmp output - <<EOF
-1
-2
-3
-EOF