summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* build: update gnulib submodule to latestBernhard Voelker2023-05-071-3/+4
* cp: -p --parents: fix failure to preserve permissions for absolute pathsPádraig Brady2023-05-031-0/+6
* tests: provide more info on DEBUG=yesPádraig Brady2023-05-021-5/+4
* tests: more cases for read input diagnosticsPádraig Brady2023-04-262-12/+21
* pr: fix infinite loop when double spacingPádraig Brady2023-04-251-0/+3
* copy: reduce verbosity of -i and -u with --verbosePádraig Brady2023-04-253-10/+12
* tests: ensure all utilities that read input diagnose errorsPádraig Brady2023-04-244-59/+80
* tests: avoid failure when cp fails for proc filesAndreas Schwab2023-04-241-1/+7
* install: support stripping files with a leading hyphenPádraig Brady2023-04-211-1/+9
* tests: avoid allocation checks on ZFSPádraig Brady2023-04-161-1/+3
* tests: tty-eof: fix various issuesPádraig Brady2023-04-141-4/+8
* tests: avoid dependence on file layout for cp sparse checkPádraig Brady2023-04-131-14/+4
* tests: avoid non portable brace expansionPádraig Brady2023-04-101-2/+2
* wc: ensure we update file offsetPádraig Brady2023-04-081-0/+12
* cp,mv: issue "skipped" messages when skipping filesPádraig Brady2023-04-082-8/+23
* cp,mv: add --update=none to always skip existing filesPádraig Brady2023-04-081-16/+31
* cp: fix --backup with subdirectoriesPádraig Brady2023-04-041-1/+7
* tests: tee: avoid false failure due to fifo usagePádraig Brady2023-03-311-1/+1
* tests: adjust csplit VM limitPádraig Brady2023-03-311-1/+1
* wc: diagnose overflow of total countsPádraig Brady2023-03-311-0/+17
* dircolors: diagnose read errorsPádraig Brady2023-03-282-0/+29
* tests: add a test case for the previous date fixPádraig Brady2023-03-282-0/+30
* cksum: fix reporting of failed checksPádraig Brady2023-03-231-0/+10
* tests: skip some parts of tests/misc/tee.sh if run as rootNick Alcock2023-03-211-3/+5
* tests: avoid false failure on systems without statxPádraig Brady2023-03-192-4/+6
* tests: df: avoid false failure on systems with multiple rootsPádraig Brady2023-03-191-3/+6
* tests: aix: avoid unsupported functionalityPádraig Brady2023-03-182-2/+10
* test: avoid a test hang on HurdPádraig Brady2023-03-151-1/+1
* ls: --color: honor separate sequences for extension casesPádraig Brady2023-03-131-1/+45
* tests: adjust du test for recent apparent size changePádraig Brady2023-03-131-102/+3
* tee: support non blocking outputsPádraig Brady2023-03-081-1/+16
* split: support split -n on larger pipe inputPaul Eggert2023-03-071-6/+9
* tee: fix a crash with unwriteable filesPádraig Brady2023-03-071-0/+5
* maint: pacify ‘make syntax-check’Paul Eggert2023-03-061-1/+1
* du: --apparent counts only symlinks and regularPaul Eggert2023-03-042-0/+34
* split: handle large numbers betterPaul Eggert2023-03-041-18/+5
* split: port ‘split -n N /dev/null’ better to macOSPaul Eggert2023-03-041-3/+4
* split: split more evenly with -nPaul Eggert2023-03-042-17/+31
* tests: tee -p: add test for early exit with closed pipesPádraig Brady2023-02-281-0/+10
* tests: avoid hang in new testPádraig Brady2023-02-261-8/+8
* tests: avoid gdb on macOSPádraig Brady2023-02-263-0/+11
* tests: determine if SEEK_HOLE is enabledPádraig Brady2023-02-244-4/+4
* cp,install,mv: add --debug to explain how a file is copiedPádraig Brady2023-02-242-0/+29
* doc: fix some spelling mistakesChuanGang Jiang2023-02-211-1/+1
* tests: initialize a variableJim Meyering2023-02-211-0/+1
* rm: --dir (-d): fix bugs in handling of empty, inaccessible directoriesJim Meyering2023-02-211-2/+25
* tests: port chmod/setgid.sh to macOS 12Paul Eggert2023-02-181-8/+7
* maint: fix some typos in commentsChuanGang Jiang2023-02-101-1/+1
* cksum: add --raw option to output a binary digestPádraig Brady2023-02-062-0/+61
* tests: fix exit status check in cp -u testPádraig Brady2023-02-031-1/+1