index
:
busybox.git
1_33_stable
1_35_stable
master
Copy of git.busybox.net/busybox
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
testsuite
/
grep.tests
Age
Commit message (
Expand
)
Author
2010-04-30
grep: fix -Fi
Ian Wienand
2010-03-14
testsuite: don't run grep NUL tests when we know the would fail
Denys Vlasenko
2009-12-04
grep: fix a case when -o loops forever
Denys Vlasenko
2009-11-04
tests: fix POSIX shell source style
Mike Frysinger
2009-07-29
grep: fix -E + {range}; fix -o not printing all matches (bug 489)
Denys Vlasenko
2008-08-09
grep: option to use GNU regex matching instead of POSIX one.
Denis Vlasenko
2008-06-07
grep: make "-f -" work (+ testsuite)
Denis Vlasenko
2008-05-02
clarify grep version
Denis Vlasenko
2008-05-02
fix grep test false positive
Denis Vlasenko
2007-11-26
fix vda's testsuite bogons, part 1
Denis Vlasenko
2007-11-26
testsuite: add tests for cut and grep;
Denis Vlasenko
2006-09-17
whitespace cleanup
Denis Vlasenko
2006-06-04
- add testcase for grep bug (http://busybox.net/bugs/view.php?id=887)
Bernhard Reutner-Fischer
2006-03-16
Redo test suite to be able to test more than one command at a time. Eliminate
Rob Landley
2005-11-07
Fix the test suite so that individual *.tests files can be run ala
Rob Landley
2005-09-23
- set executable bit
Bernhard Reutner-Fischer
2005-09-23
- introduce variable _BB_CONFIG_DEP to the new test harness.
Bernhard Reutner-Fischer