Gitiles
Code Review
Sign In
gerrit.nordix.org
/
codeaurora
/
busybox
/
0a44c1777134281be6b00c69b8d6b8668ea1dbf9
/
.
/
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