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 | |
parent | 32dcc53b7162406148203b8222c3f5c5056f70f2 (diff) | |
download | busybox-w32-4e79049e109a9651b462c5dcf9559f9fef2b0cc8.tar.gz busybox-w32-4e79049e109a9651b462c5dcf9559f9fef2b0cc8.tar.bz2 busybox-w32-4e79049e109a9651b462c5dcf9559f9fef2b0cc8.zip |
clarify grep version
-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" "" \ | |||
26 | testing "grep input (specify file)" "grep two input" "two\n" \ | 26 | testing "grep input (specify file)" "grep two input" "two\n" \ |
27 | "one\ntwo\nthree\nthree\nthree\n" "" | 27 | "one\ntwo\nthree\nthree\nthree\n" "" |
28 | 28 | ||
29 | # GNU grep (version?) outputs a new line character after the located string | 29 | # GNU grep 2.5.3 outputs a new line character after the located string |
30 | # even if there is no new line character in the input | 30 | # even if there is no new line character in the input |
31 | testing "grep (no newline at EOL)" "grep bug input" "bug\n" "bug" "" | 31 | testing "grep (no newline at EOL)" "grep bug input" "bug\n" "bug" "" |
32 | 32 | ||