Gitiles
Code Review
Sign In
gerrit.nordix.org
/
codeaurora
/
busybox
/
1ff789c5679d03d2949e3d64e03b8849027fb55e
/
.
/
testsuite
/
sed
/
sed-handles-unsatisfied-backrefs
blob: 61bff88371acf2effb84b2ffb3d3bda06dbd8950 [
file
] [
log
] [
blame
]
Matt Kraai
3889078
2001-10-30 23:11:20 +0000
[
diff
] [
blame
]
1
busybox sed
-
e
's/.*root=/\1/'
>
output
<<
EOF
2
BOOT_IMAGE
=
vmlinuz root
=
/dev/
hda5 initrd
=
init1
3
EOF
4
cmp
-
s output
-
<<
EOF
5
/
dev
/
hda5 initrd
=
init1
6
EOF