aboutsummaryrefslogtreecommitdiffstats
path: root/tests (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-07-10tests: add fold(1) test for non-existent filesBernhard Voelker1-0/+7
2024-07-04maint: import tests/init.sh from Gnulib during bootstrapCollin Funk1-706/+0
2024-07-02tests: fix improper use of grep -vPádraig Brady1-11/+11
2024-07-02tests: cksum: check when several files are missing or incorrectSylvestre Ledru1-0/+11
2024-06-27ls: treat --time=mtime consistently with other time selectorsPádraig Brady1-10/+20
2024-05-22tests: cksum: extend with --status, --ignore-missing and --warnSylvestre Ledru1-0/+58
2024-05-20stty: port test to Alpine LinuxPaul Eggert1-1/+1
2024-05-16dd: skip some alloc tests on ZFSPaul Eggert1-1/+4
2024-05-11tests: cksum: add incorrect data to verify --check & --strictSylvestre Ledru1-0/+29
2024-05-04cksum: add tests to verify the presence of "*"Sylvestre Ledru1-0/+7
2024-05-03cp: actually support --update=none-failPádraig Brady1-0/+11
2024-04-19tail: avoid infloop with -c on /dev/zeroPaul Eggert1-0/+10
2024-04-06cat: don’t trust st_size on /proc filesPaul Eggert1-0/+20
2024-03-27tests: od: avoid outputting undefined floating point valuesBruno Haible1-1/+1
2024-03-26tests: numfmt: fix false failures on some systemsPádraig Brady1-4/+6
2024-03-26tests: avoid false failure due to mismatched isblank()Pádraig Brady1-2/+3
2024-03-25tests: avoid false failure with partial locale infoPádraig Brady1-0/+5
2024-03-25tests: avoid triggering obsolete tail option processingPádraig Brady1-1/+1
2024-03-25tests: remove debugging from a testPádraig Brady1-1/+1
2024-03-25tests: fix false failure on systems that can chmod symlinksPádraig Brady1-4/+2
2024-03-24test: avoid false failure with setgid directoriesPádraig Brady1-8/+10
2024-03-24tests: avoid false failure on new mv --exchange testPádraig Brady1-1/+4
2024-03-22env: add -a,--argv0 to set the first argument passed to execPádraig Brady1-0/+10
2024-03-20mv: new option --exchangePaul Eggert2-0/+42
2024-03-19chmod: add support for -h, -H,-L,-P, --dereference optionsPádraig Brady2-0/+88
2024-03-13env,kill,timeout: support unnamed signalsGrisha Levit1-1/+9
2024-03-06cksum: ensure appropriate "binary" mode with --untaggedPádraig Brady1-0/+9
2024-03-05mv: revert add --swap (-x) optionPádraig Brady2-48/+0
2024-03-04cksum: consistently validate --length attributesPádraig Brady1-0/+4
2024-03-03mv: add --swap (-x) option to atomically swap 2 pathsPetr Malat2-0/+48
2024-02-27mktemp: fix template diagnostic with --suffixlvgenggeng1-1/+1
2024-02-27tests: move join tests to their own directoryPádraig Brady3-2/+2
2024-02-27tests: simplify treatment of the $LOCALE_FR_UTF8 variablePádraig Brady5-10/+4
2024-02-27join: avoid test failure on systems with no French UTF-8 localeBruno Haible1-1/+1
2024-02-26wc: fix -w with breaking space over UCHAR_MAXAearil1-0/+5
2024-02-26cp,mv: add --update=none-fail to fail if existing filesPádraig Brady3-4/+15
2024-02-26cp,mv: reinstate that -n exits with success if files skippedPádraig Brady2-12/+10
2024-02-22cp: add --keep-directory-symlink optionDaan De Meyer2-0/+28
2024-02-07build: fix od build on clang < 17Pádraig Brady1-5/+5
2024-02-05od: support half precision floating pointPádraig Brady1-0/+21
2024-01-18doc: split -C: test and document a heap overflowPádraig Brady1-0/+12
2024-01-17tests: make ulimit -v interact better with ASANPádraig Brady8-14/+13
2024-01-10tests: ls: add a test to verify that '+' is addedSylvestre Ledru2-0/+41
2024-01-01maint: update all copyright year number rangesPádraig Brady621-621/+621
2023-12-29tests: numfmt: fix test related to lower case 'k' SI unitPádraig Brady1-1/+1
2023-12-29tests: run locale tests on more systemsPádraig Brady2-19/+30
2023-12-19copy,install: avoid unnecessary security context translationsChristian Göttsche1-0/+6
2023-12-15chgrp: add --from parameter similar to chownPádraig Brady3-1/+56
2023-12-01tail: fix tailing sysfs files where PAGE_SIZE > BUFSIZdann frazier2-0/+35
2023-11-27numfmt: support lowercase 'k' for Kilo and KibiPádraig Brady1-80/+90