aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtestsuite/grep.tests2
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" "" \
26testing "grep input (specify file)" "grep two input" "two\n" \ 26testing "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
31testing "grep (no newline at EOL)" "grep bug input" "bug\n" "bug" "" 31testing "grep (no newline at EOL)" "grep bug input" "bug\n" "bug" ""
32 32