svn commit: trunk/busybox/testsuite

aldot at busybox.net aldot at busybox.net
Sun Jun 4 18:40:49 UTC 2006


Author: aldot
Date: 2006-06-04 11:40:48 -0700 (Sun, 04 Jun 2006)
New Revision: 15283

Log:
- add testcase for grep bug (http://busybox.net/bugs/view.php?id=887)
  The patch for bug #887 seems to work for me..


Modified:
   trunk/busybox/testsuite/grep.tests


Changeset:
Modified: trunk/busybox/testsuite/grep.tests
===================================================================
--- trunk/busybox/testsuite/grep.tests	2006-06-04 17:58:19 UTC (rev 15282)
+++ trunk/busybox/testsuite/grep.tests	2006-06-04 18:40:48 UTC (rev 15283)
@@ -27,6 +27,8 @@
 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" ""




More information about the busybox-cvs mailing list