diff options
Diffstat (limited to 'testsuite/sed/sed-write-to-stdout')
-rw-r--r-- | testsuite/sed/sed-write-to-stdout | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/testsuite/sed/sed-write-to-stdout b/testsuite/sed/sed-write-to-stdout deleted file mode 100644 index 95b4d724b..000000000 --- a/testsuite/sed/sed-write-to-stdout +++ /dev/null | |||
@@ -1,10 +0,0 @@ | |||
1 | busybox sed -n 'N;P;p'>output <<EOF | ||
2 | a | ||
3 | b | ||
4 | c | ||
5 | EOF | ||
6 | cmp -s output - <<EOF | ||
7 | a | ||
8 | a | ||
9 | b | ||
10 | EOF | ||