diff options
Diffstat (limited to 'testsuite/sed/sed-append-next-line')
-rw-r--r-- | testsuite/sed/sed-append-next-line | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/testsuite/sed/sed-append-next-line b/testsuite/sed/sed-append-next-line index 380b7935d..e7f72f476 100644 --- a/testsuite/sed/sed-append-next-line +++ b/testsuite/sed/sed-append-next-line | |||
@@ -1,4 +1,6 @@ | |||
1 | busybox sed -n 'N;p'>output <<EOF | 1 | # XFAIL |
2 | # This will fail if CONFIG_FEATURE_SED_GNU_COMPATABILITY is defined | ||
3 | busybox sed 'N;p'>output <<EOF | ||
2 | a | 4 | a |
3 | b | 5 | b |
4 | c | 6 | c |
@@ -6,4 +8,7 @@ EOF | |||
6 | cmp -s output - <<EOF | 8 | cmp -s output - <<EOF |
7 | a | 9 | a |
8 | b | 10 | b |
11 | a | ||
12 | b | ||
13 | c | ||
9 | EOF | 14 | EOF |