aboutsummaryrefslogtreecommitdiff
path: root/testsuite/grep.tests
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2006-06-04 18:40:48 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2006-06-04 18:40:48 +0000
commit1e34731a6a68e1efdc9180e88f07569973aa093d (patch)
treecd217ddfc8e6b633018ddd6253089fb2be691bf5 /testsuite/grep.tests
parent213cc0044543e69f9ca588781ffa567908a5b127 (diff)
downloadbusybox-1e34731a6a68e1efdc9180e88f07569973aa093d.tar.gz
- add testcase for grep bug (http://busybox.net/bugs/view.php?id=887)
The patch for bug #887 seems to work for me..
Diffstat (limited to 'testsuite/grep.tests')
-rwxr-xr-xtestsuite/grep.tests2
1 files changed, 2 insertions, 0 deletions
diff --git a/testsuite/grep.tests b/testsuite/grep.tests
index cc9520e90..0654905d2 100755
--- a/testsuite/grep.tests
+++ b/testsuite/grep.tests
@@ -27,6 +27,8 @@ testing "grep - (specify stdin)" "grep two -" "two\n" "" \
testing "grep input (specify file)" "grep two input" "two\n" \
"one\ntwo\nthree\nthree\nthree\n" ""
+testing "grep (no newline at EOL)" "grep bug" "bug" "bug" ""
+
# Note that this assumes actual is empty.
testing "grep input actual (two files)" "grep two input actual 2> /dev/null" \
"input:two\n" "one\ntwo\nthree\nthree\nthree\n" ""