Welcome to mirror list, hosted at ThFree Co, Russian Federation.

sed-append-next-line « sed « testsuite - git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e7f72f476e81a3dc77d299e00c1a10ee2eee96cf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# 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