aboutsummaryrefslogtreecommitdiff
path: root/testsuite (follow)
Commit message (Expand)AuthorAgeFilesLines
* xxd: allow '-p -c 0' to cause a single line to be outputRon Yorston2026-07-131-0/+8
* Merge branch 'busybox' into mergeRon Yorston2026-07-085-8/+101
|\
| * join: new appletRon Yorston2026-07-081-0/+57
| * awk: fix printf "%o\n", -1Denys Vlasenko2026-07-061-0/+2
| * cmp: add KMG suffix for cmp -n MAXCOUNTAnubhav Kokane2026-07-031-0/+27
| * awk: fix printing of very large numbers with printf("%d")Denys Vlasenko2026-07-021-1/+23
| * awk: add '*' as a valid specifier for width and precision in printfDenys Vlasenko2026-07-011-0/+37
| * testing stripts: allow to skip "awk gsub erroneous word start match" testDenys Vlasenko2026-05-141-1/+2
| * cpio.tests: fix false positiveDenys Vlasenko2026-04-301-1/+3
| * cpio.tests: do not use "ls" to detect that file does not existDenys Vlasenko2026-04-301-2/+2
| * tar: unicode fixDenys Vlasenko2026-04-301-1/+1
| * cpio.tests: fix false positive when -o support is not enabledDenys Vlasenko2026-04-301-1/+1
| * cpio: fix a bug (wrong free() address) in !FEATURE_TAR_LONG_OPTIONS configDenys Vlasenko2026-04-301-1/+1
| * start-stop-daemon.tests: fix false positive if longopts are not enabledDenys Vlasenko2026-04-291-0/+2
| * paste: fix output when file lengths differRon Yorston2026-03-052-0/+38
* | join: re-add accidentally removed returnmbartlett212026-07-061-0/+6
* | join: changesmbartlett212026-07-051-0/+6
* | testsuite: skip tests for handling of non-printable charactersRon Yorston2026-05-171-1/+8
* | patch: improved handling of files with no final newlineRon Yorston2026-04-161-0/+63
* | join: add some more testsRon Yorston2026-01-231-0/+30
* | Merge branch 'busybox' into mergeRon Yorston2026-01-224-9/+81
|\|
| * md5/sha1sum: Honor the -b flag in the outputMartin Storsjö2026-01-181-0/+12
| * cmp: fix -n causing all diffs to be output, implement size suffixes for SKIPDenys Vlasenko2026-01-182-9/+54
| * xxd: fix -pANYTHING handling (-pc50 does not mean -p -c50)Denys Vlasenko2025-11-301-0/+19
* | md5/sha1sum: Honor the -b flag in the outputMartin Storsjö2026-01-061-0/+4
* | join: minor adjustmentsRon Yorston2026-01-021-0/+15
* | make: fix expansion of immediate-mode macrosRon Yorston2025-11-281-0/+18
* | paste: fix output when file lengths differRon Yorston2025-11-102-0/+38
* | tr: an escaped dash doesn't indicate a rangeRon Yorston2025-08-211-0/+4
* | Merge branch 'busybox' into mergeRon Yorston2025-08-155-6/+46
|\|
| * ls: fix -Q to match GNUDenys Vlasenko2025-08-012-2/+34
| * sha3sum: add -aBITS testsDenys Vlasenko2025-07-302-4/+8
| * sha384sum: new appletAndy Knowles2025-07-302-0/+4
* | Merge branch 'busybox' into mergeRon Yorston2025-08-121-13/+85
|\|
| * libbb/yescrypt: actually, largest allowed salt is 86 chars, support thatDenys Vlasenko2025-07-171-3/+7
| * cryptpw: -m sha512crypt must also be acceptedDenys Vlasenko2025-07-071-0/+4
| * libbb/yescrypt: fix salts ending in dots (corresponding to binary zeros)Denys Vlasenko2025-07-071-0/+20
| * libbb/yescrypt: accept longer salts (up to 84 chars)Denys Vlasenko2025-07-071-0/+4
| * libbb/yescrypt: make it possible to set constant parameters, and set YESCRYPT_RWDenys Vlasenko2025-07-071-1/+1
| * libbb: add yescrypt password hashing supportDenys Vlasenko2025-07-061-13/+53
* | Merge branch 'busybox' into mergeRon Yorston2025-08-102-23/+81
|\|
| * hexdump: add tests for %x, handle little/big endian properlyRadoslav Kolev2025-07-011-22/+69
| * od: make -B test little endian only, add variant for big endianRadoslav Kolev2025-07-011-1/+12
* | testsuite: check that wget handles httpsRon Yorston2025-07-111-0/+4
* | Merge branch 'busybox' into mergeRon Yorston2025-05-191-0/+23
|\|
| * archival: disallow path traversals (CVE-2023-39810)Denys Vlasenko2025-04-161-0/+23
* | make: fix single-suffix inference rule regressionRon Yorston2025-01-211-0/+10
* | make: support GNU/BSD suffixes and inference rulesRon Yorston2025-01-141-0/+30
* | Merge branch 'busybox' into mergeRon Yorston2024-12-302-12/+134
|\|
| * cut: fix up -D/-s behavior with -FDenys Vlasenko2024-12-201-2/+33