mirror of
https://github.com/sheumann/hush.git
synced 2024-12-28 07:30:23 +00:00
2570b43e82
or the posix standard. Put the cleanup code back the way it was.
15 lines
153 B
Plaintext
15 lines
153 B
Plaintext
# 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
|