diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2008-05-02 13:26:18 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2008-05-02 13:26:18 +0000 |
commit | 4e79049e109a9651b462c5dcf9559f9fef2b0cc8 (patch) | |
tree | 83d7653a65b75278f09cd5538bd20151a218f014 /testsuite | |
parent | 32dcc53b7162406148203b8222c3f5c5056f70f2 (diff) | |
download | busybox-4e79049e109a9651b462c5dcf9559f9fef2b0cc8.tar.gz |
clarify grep version
Diffstat (limited to 'testsuite')
-rwxr-xr-x | testsuite/grep.tests | 2 |
1 files changed, 1 insertions, 1 deletions
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" "" |