aboutsummaryrefslogtreecommitdiff
path: root/testsuite
AgeCommit message (Expand)Author
2017-01-08unzip: do not use CDF.extra_len, read local file header. Closes 9536Denys Vlasenko
2017-01-05unzip: properly use CDF to find compressed files. Closes 9536Denys Vlasenko
2016-12-12randomconfig fixesDenys Vlasenko
2016-12-12randomconfig fixesDenys Vlasenko
2016-12-12randomconfig fixesDenys Vlasenko
2016-12-12randomconfig fixesDenys Vlasenko
2016-11-25find: fix handling of trailing slashes in -name PATTERN comparisonsDenys Vlasenko
2016-11-24patch: fix matching failureAaro Koskinen
2016-11-14Make grep/egrep/fgrep independently selectableDenys Vlasenko
2016-11-11tar: handle pax-encoded utf8 filenames and link names. Closes 9406Denys Vlasenko
2016-11-04cpio: add ownership (-R) test casesAaro Koskinen
2016-10-24awk: fix segfault on for loop syntax errorBrian Foley
2016-09-01sed: fix "sed n (flushes pattern space, terminates early)" testcase failureDenys Vlasenko
2016-08-29sha3: fix to conform to final SHA3 padding standard, add -a BITS optionDenys Vlasenko
2016-08-15gzip: add test that checks that -9 compresses better than -1Natanael Copa
2016-07-11{md5,shaN}sum: make -c EMPTY failDenys Vlasenko
2016-06-20randomconfig fixes 5: false positive for tar; mount emits corrupted messageDenys Vlasenko
2016-06-20randomconfig fixes 4Denys Vlasenko
2016-06-20randomconfig fixes 3Denys Vlasenko
2016-06-19randomconfig fixes 2Denys Vlasenko
2016-06-19randomconfig fixesDenys Vlasenko
2016-05-06sed: fix append command to match GNU sed 4.2.1Denys Vlasenko
2016-04-24sed: understand \n,\r and \t in i and a commands. Closes 8871Denys Vlasenko
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