summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2009-10-28nice, nohup, su: detect write failure to stderrEric Blake
2009-10-28echo, printf: interpret \e as the Escape characterPádraig Brady
2009-10-28printenv: ignore bogus variable namesEric Blake
2009-10-27env, printenv: add -0/--null optionEric Blake
2009-10-27tests: add printenv coverageEric Blake
2009-10-27tests: fix PATH problems on cygwinEric Blake
2009-10-26tests: clean up tests of env -- handlingEric Blake
2009-10-26doc: document PATH interactions with envEric Blake
2009-10-26env: reject bogus -u argumentsEric Blake
2009-10-26tests: avoid file name not portable to cygwinEric Blake
2009-10-26tests: rm/one-file-system: work around umount failureJim Meyering
2009-10-26tests: adjust new env test not to failJim Meyering
2009-10-26tests: nice: adjust new tests to work more portablyJim Meyering
2009-10-23tests: test recent status changesEric Blake
2009-10-23maint: move chroot testEric Blake
2009-10-23tests: enhance stdbuf and timeout testsEric Blake
2009-10-23nohup: use EXIT_CANCELED if not POSIXLY_CORRECTEric Blake
2009-10-23chroot, env, nice, su: use EXIT_CANCELED for internal failureEric Blake
2009-10-23tests: accommodate BSD getoptEric Blake
2009-10-22tests: add a test for the `tail -f' race condition bugGiuseppe Scrivano
2009-10-21tests: ensure touch honors trailing slashEric Blake
2009-10-21md5sum, sha*sum, sum: line-buffer the printed checksumsPádraig Brady
2009-10-17touch: add -h to change symlink timestamps, where supportedEric Blake
2009-10-17tests: abmon-align: avoid test failureJim Meyering
2009-10-10copy: allow symlink timestamp preservation on more systemsEric Blake
2009-10-10tests: adjust tail-2/pid to work around FreeBSD 6.1 failureJim Meyering
2009-10-08stat: test recent patchEric Blake
2009-10-07md5sum, sha*sum: also accept openssl checksum syntaxGuenter Knauf
2009-10-02tail: avoid a race where we could miss new data with --pidPádraig Brady
2009-09-30tests: tail-2/pid: use a 3-second timeout, not 1Jim Meyering
2009-09-30ls: always print "?" for allocated size of a dereferenced dangling symlinkPádraig Brady
2009-09-29stat: interpret "-" as standard inputJim Meyering
2009-09-29ls: print "?", not "0" as inode of dereferenced dangling symlinkJim Meyering
2009-09-29ls: with -LR, exit with status 2 upon detecting a cycleJim Meyering
2009-09-25ln: add -L/-P optionsEric Blake
2009-09-23readlink: pick up gnulib changes to readlink -fEric Blake
2009-09-21ls: handle disabling of colors consistently for all tile typesPádraig Brady
2009-09-14touch: don't reject "60" as number of seconds in a legacy time stampJim Meyering
2009-09-14maint: use #!/bin/sh consistently in shell-based test scriptsJim Meyering
2009-09-14tests: fix dd/skip-seek-past-file to work on ecryptfsPádraig Brady
2009-09-14cp,mv: preserve extended attributes even for read-only filesOndřej Vašík
2009-09-11id: don't print context=... when POSIXLY_CORRECT is setJim Meyering
2009-09-11rm: rewrite to use ftsJim Meyering
2009-09-10link,ln: use gnulib's link module to work around Solaris 10 deficiencyJim Meyering
2009-09-10dd conv=unblock: print final newline consistentlyJim Meyering
2009-09-08tests: tail-2/assert: reduce risk of race conditionPádraig Brady
2009-09-08tests: address a race condition in misc/cat-bufPádraig Brady
2009-09-07tail: ignore -f for piped-stdin, as POSIX requiresJim Meyering
2009-09-07tests: tail-2/flush-initial should not rely on stdbufPádraig Brady
2009-09-07tests: misc/cat-buf: clean up syntaxJim Meyering