aboutsummaryrefslogtreecommitdiff
path: root/testsuite (follow)
Commit message (Expand)AuthorAgeFilesLines
* tar,unzip: postpone creation of symlinks with "suspicious" targetsDenys Vlasenko2018-03-101-5/+5
* sed: in '/regexp/cmd1;//cmd2', cmd2 should use the same regexp as cmd1Denys Vlasenko2017-08-231-0/+6
* libarchive: do not extract unsafe symlinks unless $EXTRACT_UNSAFE_SYMLINKS=1Denys Vlasenko2017-08-101-5/+5
* sysctl: fix file parsing, do not require -w for VAR=VALDenys Vlasenko2017-08-052-9/+39
* tar: postpone creation of symlinks with "suspicious" targets. Closes 8411Denys Vlasenko2017-07-241-11/+54
* od_bloaty: fix floating point outputRon Yorston2017-07-191-0/+10
* msh: delete this appletDenys Vlasenko2017-07-031-1/+0
* Spelling fixes in comments, documentation, tests and examplesDenys Vlasenko2017-04-171-1/+1
* factor: new appletDenys Vlasenko2017-04-091-0/+48
* paste: new appletMaxime Coste2017-03-235-0/+80
* remove "local" bashism from a few scriptsDenys Vlasenko2017-01-241-5/+5
* cryptpw: support "rounds=NNNNNNN$" thing in saltsDenys Vlasenko2017-01-151-0/+28
* shells: make hush test optional, rename ASH_BUILTIN_foo -> ASH_fooDenys Vlasenko2017-01-101-1/+1
* unzip: do not use CDF.extra_len, read local file header. Closes 9536Denys Vlasenko2017-01-081-1/+3
* unzip: properly use CDF to find compressed files. Closes 9536Denys Vlasenko2017-01-051-3/+3
* randomconfig fixesDenys Vlasenko2016-12-121-1/+1
* randomconfig fixesDenys Vlasenko2016-12-121-1/+1
* randomconfig fixesDenys Vlasenko2016-12-121-1/+1
* randomconfig fixesDenys Vlasenko2016-12-123-1/+4
* find: fix handling of trailing slashes in -name PATTERN comparisonsDenys Vlasenko2016-11-251-0/+27
* patch: fix matching failureAaro Koskinen2016-11-241-0/+45
* Make grep/egrep/fgrep independently selectableDenys Vlasenko2016-11-141-1/+1
* tar: handle pax-encoded utf8 filenames and link names. Closes 9406Denys Vlasenko2016-11-112-0/+20
* cpio: add ownership (-R) test casesAaro Koskinen2016-11-041-0/+24
* awk: fix segfault on for loop syntax errorBrian Foley2016-10-241-0/+3
* sed: fix "sed n (flushes pattern space, terminates early)" testcase failureDenys Vlasenko2016-09-011-5/+1
* sha3: fix to conform to final SHA3 padding standard, add -a BITS optionDenys Vlasenko2016-08-291-1/+1
* gzip: add test that checks that -9 compresses better than -1Natanael Copa2016-08-151-0/+5
* {md5,shaN}sum: make -c EMPTY failDenys Vlasenko2016-07-111-5/+17
* randomconfig fixes 5: false positive for tar; mount emits corrupted messageDenys Vlasenko2016-06-201-1/+1
* randomconfig fixes 4Denys Vlasenko2016-06-201-1/+1
* randomconfig fixes 3Denys Vlasenko2016-06-201-1/+1
* randomconfig fixes 2Denys Vlasenko2016-06-192-3/+3
* randomconfig fixesDenys Vlasenko2016-06-192-7/+11
* sed: fix append command to match GNU sed 4.2.1Denys Vlasenko2016-05-061-2/+4
* sed: understand \n,\r and \t in i and a commands. Closes 8871Denys Vlasenko2016-04-241-0/+18
* sed: make 's///w FILE' actually write to FILE. Closes 8251Denys Vlasenko2016-01-241-0/+6
* [g]unzip: fix recent breakage.Denys Vlasenko2015-10-301-0/+1
* unzip: test for bad archive SEGVingDenys Vlasenko2015-10-261-1/+22
* tar: add a test that we don't write into symlinksDenys Vlasenko2015-10-221-0/+43
* tar: add support for --strip-components=NDenys Vlasenko2015-10-221-0/+10
* sort: fix ENDCHAR handling in "-kSTART,N.ENDCHAR"Denys Vlasenko2015-10-191-0/+8
* sort: fix key with delimiters breakageDenys Vlasenko2015-10-191-0/+36
* randconfig fixesDenys Vlasenko2015-10-121-2/+2
* randconfig fixesDenys Vlasenko2015-10-111-1/+1
* randconfig fixesDenys Vlasenko2015-10-113-9/+23
* awk: support "length" form of "length()". Closes 8371Denys Vlasenko2015-10-021-0/+5
* sort: fix -kN,M handling (was including last separator into the comparison)Denys Vlasenko2015-09-191-0/+8
* diff.tests: add testcases for -B and single line changesAaro Koskinen2015-07-311-0/+12
* bzcat.tests: Run both .gz and .bz2 tests, and add .Z testsThiago Jung Bauermann2015-05-111-24/+50