From 1e34731a6a68e1efdc9180e88f07569973aa093d Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Sun, 4 Jun 2006 18:40:48 +0000 Subject: - add testcase for grep bug (http://busybox.net/bugs/view.php?id=887) The patch for bug #887 seems to work for me.. --- testsuite/grep.tests | 2 ++ 1 file changed, 2 insertions(+) (limited to 'testsuite/grep.tests') diff --git a/testsuite/grep.tests b/testsuite/grep.tests index cc9520e90..0654905d2 100755 --- a/testsuite/grep.tests +++ b/testsuite/grep.tests @@ -27,6 +27,8 @@ testing "grep - (specify stdin)" "grep two -" "two\n" "" \ testing "grep input (specify file)" "grep two input" "two\n" \ "one\ntwo\nthree\nthree\nthree\n" "" +testing "grep (no newline at EOL)" "grep bug" "bug" "bug" "" + # Note that this assumes actual is empty. testing "grep input actual (two files)" "grep two input actual 2> /dev/null" \ "input:two\n" "one\ntwo\nthree\nthree\nthree\n" "" -- cgit v1.2.3