of piping it to ed: this will cause ed to abort on invalid commands
instead of rejecting them and carrying on.
* tests/ed-style: New test case.
-* tests/Makefile.am (TESTS): Add test case.
+* tests/Makefile.am (TESTS): Add test case. (OPENWRT REMOVED)
---
src/pch.c | 89 +++++++++++++++++++++++++++++++++++------------
- tests/Makefile.am | 1 +
+ tests/Makefile.am | 1 + (OPENWRT REMOVED)
tests/ed-style | 41 ++++++++++++++++++++++
3 files changed, 108 insertions(+), 23 deletions(-)
create mode 100644 tests/ed-style
if (ofp)
{
---- a/tests/Makefile.am
-+++ b/tests/Makefile.am
-@@ -32,6 +32,7 @@ TESTS = \
- crlf-handling \
- dash-o-append \
- deep-directories \
-+ ed-style \
- empty-files \
- false-match \
- fifo \
--- /dev/null
+++ b/tests/ed-style
@@ -0,0 +1,41 @@