diff options
Diffstat (limited to 'testsuite/sed/sed-regex-match-newline')
-rw-r--r-- | testsuite/sed/sed-regex-match-newline | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/testsuite/sed/sed-regex-match-newline b/testsuite/sed/sed-regex-match-newline deleted file mode 100644 index 1057e17..0000000 --- a/testsuite/sed/sed-regex-match-newline +++ /dev/null @@ -1,10 +0,0 @@ -# FEATURE: CONFIG_FEATURE_SED_EMBEDED_NEWLINE -busybox sed -n 'N;/a\nb/p'>output <<EOF -a -b -c -EOF -cmp -s output - <<EOF -a -b -EOF |