Gitiles
Code Review
Sign In
gerrit.nordix.org
/
codeaurora
/
busybox
/
2570b43e829ccfc0f199fe61aafc24b1bd3fc7b1
/
.
/
testsuite
/
sed
/
sed-append-next-line
blob: e7f72f476e81a3dc77d299e00c1a10ee2eee96cf [
file
] [
log
] [
blame
]
# XFAIL
# This will fail if CONFIG_FEATURE_SED_GNU_COMPATABILITY is defined
busybox sed
'N;p'
>
output
<<
EOF
a
b
c
EOF
cmp
-
s output
-
<<
EOF
a
b
a
b
c
EOF