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, 2 insertions, 0 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
new file mode 100755
index 00000000..6f106e10
--- /dev/null
+++ b/release/src/router/busybox/testsuite/sed/sed-does-not-substitute-in-deleted-line
@@ -0,0 +1,2 @@
+echo foo | busybox sed -e /foo/d -e s/foo/bar/ >foo
+cmp foo /dev/null