summaryrefslogtreecommitdiff
path: root/tests/misc
Commit message (Expand)AuthorAgeFilesLines
* build: use the system printf routines in most casesPádraig Brady2014-12-101-3/+17
* tests: chcon: avoid false failure with newer selinuxPádraig Brady2014-11-211-3/+3
* maint: tests: fix comments about retry_delay_Pádraig Brady2014-10-301-1/+2
* tests: avoid false failure when comparing /proc filesBernhard Voelker2014-10-171-1/+1
* chroot: call chroot() unconditionally to handle bind mounted "/"Pádraig Brady2014-10-161-20/+26
* maint: avoid syntax-check failures in previous patchPádraig Brady2014-10-081-3/+3
* wc: don't miscount /sys and similar file systemsPaul Eggert2014-10-074-1/+96
* test: check for Fedora 20 sort key bugPaul Eggert2014-09-241-0/+4
* cat: allow copying empty files to themselvesPaul Eggert2014-09-111-0/+33
* chroot: perform chdir("/") again unless new --skip-chdir is specifiedBernhard Voelker2014-08-012-5/+20
* tests: fix false failure with spaces in the test directoryPádraig Brady2014-07-181-0/+4
* tests: fix portabilitiy issue in new od-endian testPádraig Brady2014-07-141-2/+5
* build: support building all tools in a single binaryAlex Deymo2014-07-133-6/+47
* maint: simplify parsing df's output in shell scriptsBernhard Voelker2014-07-041-2/+4
* pwd: revert default mode back to -PPádraig Brady2014-07-021-1/+4
* tests: use "env builtin" in place of "$abs_top_builddir/src/builtin"Jim Meyering2014-07-022-2/+2
* tests: adapt tests to change in pwd's defaultJim Meyering2014-07-012-2/+2
* pwd: assume -L mode by default, as per POSIXPádraig Brady2014-06-301-4/+1
* tests: use predetermined NON_ROOT_GIDPádraig Brady2014-06-262-7/+5
* seq: fix incorrect output with start or end of -0Pádraig Brady2014-06-181-0/+3
* tests: consolidate tests for true and falsePádraig Brady2014-06-032-38/+39
* cut: restore special case handling of -f with -d$'\n'Pádraig Brady2014-06-011-5/+7
* tests: use chroot --user rather than internal setuidgid toolPádraig Brady2014-05-212-1/+3
* chroot: make changing root check more robustPádraig Brady2014-05-211-2/+4
* chroot: with --userspec clear root's supplemental groupsPádraig Brady2014-05-211-25/+65
* chroot: don't chdir() if not changing rootPádraig Brady2014-05-161-11/+13
* shred: don't infloop upon negative sizeJim Meyering2014-05-101-0/+28
* tests: improve diagnostics when asserting empty filesPádraig Brady2014-05-076-13/+13
* numfmt: support zero padding using --format="%010f"Pádraig Brady2014-05-021-5/+20
* ptx: fix whitespace trimming with multiple filesPádraig Brady2014-04-291-2/+11
* tests: make ls tests independent of COLORTERM envPádraig Brady2014-04-181-1/+4
* maint: various cleanupsPádraig Brady2014-04-051-1/+1
* shred: overwrite inode storage used by some file systemsPádraig Brady2014-04-051-1/+5
* shred: avoid a data pass on empty filesPádraig Brady2014-04-041-5/+5
* head: fix bug with head -c-N when stdin is not at startPaul Eggert2014-03-311-0/+8
* ptx: avoid --format long option falling through into --helpBernhard Voelker2014-03-261-0/+7
* chroot: improve --userspec and --groups look-upPádraig Brady2014-03-131-8/+32
* tests: avoid the :> construct which can hide errorsPádraig Brady2014-03-053-3/+3
* tests: fix false failure in nohup.sh in non tty buildsPádraig Brady2014-03-051-0/+5
* date: fix crash or infinite loop when parsing a malformed TZ=""Pádraig Brady2014-02-271-0/+7
* shuf: with -r, don't dump core if the input is emptyPaul Eggert2014-02-231-0/+4
* head,tail: consistently diagnose write errorsPádraig Brady2014-02-091-0/+52
* head: fix --lines=-0 outputting nothing if no newline at EOFАлексей Шилин2014-02-091-2/+5
* od: add an --endian option to control byte swappingNiels Möller2014-02-091-0/+46
* maint: update all copyright year number rangesBernhard Voelker2014-01-02158-158/+158
* tests: avoid a false memory leak test failurePádraig Brady2013-12-071-2/+6
* tests: fix shuf test verifying that -i and -e can not be combinedBernhard Voelker2013-12-061-2/+3
* shuf: --repeat, not --repetitions; default --head-count is infinityPaul Eggert2013-12-061-25/+25
* selinux: fix --context=CTX for cp and diagnose defaultcon() errorsPádraig Brady2013-12-051-0/+6
* shred: provide --remove methods to avoid excessive syncingPádraig Brady2013-11-271-4/+15