aboutsummaryrefslogtreecommitdiff
path: root/testsuite
AgeCommit message (Expand)Author
2016-01-24sed: make 's///w FILE' actually write to FILE. Closes 8251Denys Vlasenko
2015-10-30[g]unzip: fix recent breakage.Denys Vlasenko
2015-10-26unzip: test for bad archive SEGVingDenys Vlasenko
2015-10-22tar: add a test that we don't write into symlinksDenys Vlasenko
2015-10-22tar: add support for --strip-components=NDenys Vlasenko
2015-10-19sort: fix ENDCHAR handling in "-kSTART,N.ENDCHAR"Denys Vlasenko
2015-10-19sort: fix key with delimiters breakageDenys Vlasenko
2015-10-12randconfig fixesDenys Vlasenko
2015-10-11randconfig fixesDenys Vlasenko
2015-10-11randconfig fixesDenys Vlasenko
2015-10-02awk: support "length" form of "length()". Closes 8371Denys Vlasenko
2015-09-19sort: fix -kN,M handling (was including last separator into the comparison)Denys Vlasenko
2015-07-31diff.tests: add testcases for -B and single line changesAaro Koskinen
2015-05-11bzcat.tests: Run both .gz and .bz2 tests, and add .Z testsThiago Jung Bauermann
2015-04-17sed: implement ",+N" range endDenys Vlasenko
2015-02-16dc: tweak parsingBernhard Reutner-Fischer
2015-01-11diff: fix a bug in diffing against stdin. Closes 7784Denys Vlasenko
2014-12-22randomconfig fixesDenys Vlasenko
2014-09-16sed: fix a buglet in s///NUM handlingDenys Vlasenko
2014-08-28grep: fix "grep -r PATTRN SYMLINK_TO_DIR"Denys Vlasenko
2014-07-01test: fix mishandling of "test '(' = '('" and similarDenys Vlasenko
2014-06-26awk: fix handling of "if ... break ; else ..." - closes 7226Denys Vlasenko
2014-06-19find: exit code fixes for find -execDenys 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-23testsuite: fix last "which" changeMichael Tokarev
2014-01-19sort: check global flags on fallback sortBartosz Golaszewski
2014-01-09find: fix a regression introduced with -HLP supportDenys Vlasenko
2014-01-07grep: fix two bugs with -wDenys Vlasenko
2013-12-31testsuite: remove forgotten debug hackDenys Vlasenko
2013-12-31fix failures found by randomconfig buildsDenys Vlasenko
2013-12-31testsuite: disable tests for no longer supported bbox-specific date formatsDenys Vlasenko
2013-12-20testsuite: fix false positives for duDenys Vlasenko
2013-11-21awk: fix a bug in argc counting in recent changeDenys Vlasenko
2013-11-19tar: prevent empty file to be treated as valid tarballDenys Vlasenko
2013-11-19fix a copy/paste error in last tar testcase nameDenys Vlasenko
2013-11-19tar: add a testcase for previous commitDenys Vlasenko
2013-11-10fix bashisms in testsuite/Michael Tokarev
2013-10-30sed: fix "sed clusternewline" testcaseDenys Vlasenko
2013-10-12awk: fix length(array)Denys Vlasenko
2013-07-31awk: Fix handling of functions with empty bodyBernhard Reutner-Fischer
2013-07-22awk.tests: add test for recent large integer fixDenys Vlasenko
2013-07-21sed: fix matching of newlines by $Denys 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-03-13awk: Fix handling of functions with empty bodyBernhard Reutner-Fischer
2013-01-28testsuite/du/du-k-works: fix false positiveKang Kai
2013-01-21fix testsuite false positiveDenys Vlasenko
2013-01-21mdev: fix mode of dir1 in =dir1/dir2/file ruleDenys Vlasenko
2013-01-20grep: fix grep -Fw not respecting the -w option. Closes 5792Denys Vlasenko