summaryrefslogtreecommitdiff
path: root/release/src/router/busybox/testsuite/sed/sed-does-not-substitute-in-deleted-line
diff options
context:
space:
mode:
Diffstat (limited to 'release/src/router/busybox/testsuite/sed/sed-does-not-substitute-in-deleted-line')
-rwxr-xr-xrelease/src/router/busybox/testsuite/sed/sed-does-not-substitute-in-deleted-line2
1 files changed, 0 insertions, 2 deletions
diff --git a/release/src/router/busybox/testsuite/sed/sed-does-not-substitute-in-deleted-line b/release/src/router/busybox/testsuite/sed/sed-does-not-substitute-in-deleted-line
deleted file mode 100755
index 6f106e10..00000000
--- a/release/src/router/busybox/testsuite/sed/sed-does-not-substitute-in-deleted-line
+++ /dev/null
@@ -1,2 +0,0 @@
-echo foo | busybox sed -e /foo/d -e s/foo/bar/ >foo
-cmp foo /dev/null