From 4e79049e109a9651b462c5dcf9559f9fef2b0cc8 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Fri, 2 May 2008 13:26:18 +0000 Subject: clarify grep version --- testsuite/grep.tests | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testsuite/grep.tests') diff --git a/testsuite/grep.tests b/testsuite/grep.tests index 4703ae50b..34c0fe4f7 100755 --- a/testsuite/grep.tests +++ b/testsuite/grep.tests @@ -26,7 +26,7 @@ testing "grep - (specify stdin)" "grep two -" "two\n" "" \ 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" "" -- cgit v1.2.3