svn commit: trunk/busybox/testsuite

vda at busybox.net vda at busybox.net
Fri May 2 13:26:19 UTC 2008


Author: vda
Date: 2008-05-02 06:26:18 -0700 (Fri, 02 May 2008)
New Revision: 21922

Log:
clarify grep version



Modified:
   trunk/busybox/testsuite/grep.tests


Changeset:
Modified: trunk/busybox/testsuite/grep.tests
===================================================================
--- trunk/busybox/testsuite/grep.tests	2008-05-02 13:21:24 UTC (rev 21921)
+++ trunk/busybox/testsuite/grep.tests	2008-05-02 13:26:18 UTC (rev 21922)
@@ -26,7 +26,7 @@
 testing "grep input (specify file)" "grep two input" "two\n" \
 	"one\ntwo\nthree\nthree\nthree\n" ""
 
-# GNU grep (version?) outputs a new line character after the located string
+# GNU grep 2.5.3 outputs a new line character after the located string
 # even if there is no new line character in the input
 testing "grep (no newline at EOL)" "grep bug input" "bug\n" "bug" ""
 




More information about the busybox-cvs mailing list