From 008d0be72b2f160382c6e880765e96b64a050c65 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sat, 3 Jan 2015 12:04:58 +0100 Subject: imported original firmware WRT54GL_v4.30.11_11_US --- .../busybox/testsuite/sed/sed-does-not-substitute-in-deleted-line | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 release/src/router/busybox/testsuite/sed/sed-does-not-substitute-in-deleted-line (limited to 'release/src/router/busybox/testsuite/sed/sed-does-not-substitute-in-deleted-line') 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 -- cgit v1.2.3-54-g00ecf