aboutsummaryrefslogtreecommitdiff
path: root/testsuite/grep.tests
AgeCommit message (Expand)Author
2020-08-15grep: for -L, exitcode 0 means files *without* matches were found, closes 13151Denys Vlasenko
2020-04-30grep: add proper support for pattern_listSören Tempel
2020-04-29grep: Fix -f FILE when FILE is empty and -x providedGray Wolf
2019-01-29grep: fix -x -v with certain pattern ordersAri Sundholm
2018-04-09testsuite: allow tests to work in paths containing spacesRon Yorston
2018-03-29grep: fix echo "aa" | busybox grep -F -w "a" (should not match)Denys Vlasenko
2016-11-14Make grep/egrep/fgrep independently selectableDenys Vlasenko
2014-08-28grep: fix "grep -r PATTRN SYMLINK_TO_DIR"Denys Vlasenko
2014-02-27grep: fix -w match if first match isn't a word, but second is. Closes 4520Denys Vlasenko
2014-02-07grep: properly handle grep -w "^str" in !EXTRA_COMPAT case tooBartosz Golaszewski
2014-01-07grep: fix two bugs with -wDenys Vlasenko
2013-05-16grep: fix grep -x to not set REG_NOSUBJames Hogan
2013-05-15grep: don't bail out on first mismatch if '-w' option is setBartosz Golaszewski
2013-01-20grep: fix grep -Fw not respecting the -w option. Closes 5792Denys Vlasenko
2011-08-28grep: be GNU compatible with -f EMPTY_FILELauri Kasanen
2010-08-23grep: fix -o match with empty string (suggested by Colin Watson <cjwatson@ubu...Denys Vlasenko
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko
2010-04-30grep: fix -FiIan Wienand
2010-03-14testsuite: don't run grep NUL tests when we know the would failDenys Vlasenko
2009-12-04grep: fix a case when -o loops foreverDenys Vlasenko
2009-11-04tests: fix POSIX shell source styleMike Frysinger
2009-07-29grep: fix -E + {range}; fix -o not printing all matches (bug 489)Denys Vlasenko
2008-08-09grep: option to use GNU regex matching instead of POSIX one.Denis Vlasenko
2008-06-07grep: make "-f -" work (+ testsuite)Denis Vlasenko
2008-05-02clarify grep versionDenis Vlasenko
2008-05-02fix grep test false positiveDenis Vlasenko
2007-11-26fix vda's testsuite bogons, part 1Denis Vlasenko
2007-11-26testsuite: add tests for cut and grep;Denis Vlasenko
2006-09-17whitespace cleanupDenis Vlasenko
2006-06-04- add testcase for grep bug (http://busybox.net/bugs/view.php?id=887)Bernhard Reutner-Fischer
2006-03-16Redo test suite to be able to test more than one command at a time. EliminateRob Landley
2005-11-07Fix the test suite so that individual *.tests files can be run alaRob Landley
2005-09-23- set executable bitBernhard Reutner-Fischer
2005-09-23- introduce variable _BB_CONFIG_DEP to the new test harness.Bernhard Reutner-Fischer