summaryrefslogtreecommitdiff
path: root/tests/du
AgeCommit message (Expand)Author
2011-01-01maint: update all copyright year number rangesJim Meyering
2010-12-28coreutils: keep lines within 80-column limitsPaul Eggert
2010-12-18tests: avoid spurious du/bigtime failureJim Meyering
2010-11-17tests: substitute the single-program $VERBOSE/--version usesJim Meyering
2010-11-17tests: convert first batch of tests from test-lib.sh to init.shJim Meyering
2010-10-23du: don't print junk when diagnosing out-of-range time stampsPaul Eggert
2010-09-07tests: exclude some tests when running on NFSPádraig Brady
2010-07-24du: tune, and fix some -L bugs with dangling or cyclic symlinksPaul R. Eggert
2010-07-03du: don't miscount duplicate directories or link-count-1 filesPaul Eggert
2010-05-19du: recognize -d N as equivalent to --max-depth=NJon Ringuette
2010-05-19tests: exercise du's --max-depth optionJim Meyering
2010-01-01maint: update all FSF copyright year lists to include 2010Jim Meyering
2009-10-30tests: factor 350 fail=0 initializations into test-lib.shJim Meyering
2009-08-25global: convert indentation-TABs to spacesJim Meyering
2009-06-23maint: update all Copyright year lists to include 2009Jim Meyering
2008-09-10tests: use "Exit $fail", not (exit $fail); exit $failJim Meyering
2008-06-08standardize some error messagesBo Borgerson
2008-05-27in 280+ tests/* files, use $srcdir, not $top_srcdir/testsJim Meyering
2008-05-17tests: sync and update wc and du --files0-from testsJim Meyering
2008-05-17tests: remove ugly /bin/sh wrapper around each perl-based test scriptJim Meyering
2008-05-06tests: move "sparse-file" into test-lib.shJim Meyering
2008-05-06tests: hoist the sourcing of "lang-default"Jim Meyering
2008-05-06tests: hoist envvar-check so it is run for every testJim Meyering
2008-05-06fix typo in comments: s/ouput/output/Jim Meyering
2008-04-27tests: move another file (expensive) into test-lib.shJim Meyering
2008-04-21tests: adjust perl -I to use $top_srcdir/tests, not $srcdir/..Jim Meyering
2008-04-21Revamp test-related Makefiles.Jim Meyering
2008-02-23Avoid test failures when root (/) is not readable.Jim Meyering
2008-02-09tests: factor out the perl-requiring code in many test scriptsJim Meyering
2008-02-09tests: call skip_test_ in place of echo+exit 77Jim Meyering
2008-02-09tests: move the very-expensive file into test-lib.shJim Meyering
2007-11-16Port to Solaris 8 perl, which does not support "use warnings;".Paul Eggert
2007-10-14Pull all TESTS_ENVIRONMENT settings "up" into tests/check.mk.Jim Meyering
2007-09-21Avoid a test failure due to now-parallelized tests.Jim Meyering
2007-09-15More misc, test-related changes. (some to allow running tests as root)Jim Meyering
2007-09-15Convert tests/du/*, too.Jim Meyering
2007-09-15Parallel "make check" support.Jim Meyering
2007-08-25Remove all .cvsignore files from version control.Jim Meyering
2007-08-18Run each Coreutils.pm-based test in its own subdirectory.Jim Meyering
2007-08-02Adjust one more test to accommodate the recent fts change.Jim Meyering
2007-08-02Adjust the other two "no-x" tests and unify all three.Jim Meyering
2007-08-02Adapt du's no-x test not to fail on older Linux systems.Jim Meyering
2007-07-31du: print size (probably incomplete) of each inaccessible directoryJim Meyering
2007-07-31Add a test for du not counting size of inaccessible directories.Jim Meyering
2007-07-23Update all copyright notices to use the newer form.Jim Meyering
2007-07-10Change "version 2" to "version 3" in all copyright notices.Jim Meyering
2007-03-21Fix a test script not to claim an ext2 file system is of type xfs.Jim Meyering
2007-03-17Avoid test failure on NFS-mounted Solaris ZFS file system.Jim Meyering
2007-02-24Remove the "gnits" option; it prohibits my using "+" as a versionJim Meyering
2007-02-24* tests/du/slink: Skip the test if executing on an nfsv3 file system.Bruno Haible