Gitiles
Code Review
Sign In
gerrit.nordix.org
/
codeaurora
/
busybox
/
53146cc9ec7f3af5a8fa6245bf01c4f9c0fd19b4
/
.
/
testsuite
/
sed
/
sed-handles-unsatisfied-backrefs
blob: 61bff88371acf2effb84b2ffb3d3bda06dbd8950 [
file
] [
log
] [
blame
]
busybox sed
-
e
's/.*root=/\1/'
>
output
<<
EOF
BOOT_IMAGE
=
vmlinuz root
=
/dev/
hda5 initrd
=
init1
EOF
cmp
-
s output
-
<<
EOF
/
dev
/
hda5 initrd
=
init1
EOF