summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
2003-03-14Relax the test for the `local'ness of a file system,Jim Meyering
so that now it works also for tmpfs.
2003-03-14Transform output from first du, so that thisJim Meyering
test doesn't fail on file systems like tmpfs that order directory entries differently.
2003-03-14sort du output, in case f1 and f2 are listed in a different orderJim Meyering
2003-03-14reformat a littleJim Meyering
2003-03-13Work around what appears to be an NFS failure thatJim Meyering
would make this test fail on some systems.
2003-03-12.Jim Meyering
2003-03-11Make the test file exactly 4k bytes long.Jim Meyering
2003-03-11Make the test larger than 64 bytes, so that we don'tJim Meyering
immediately disqualify file systems (e.g., NetApp) on which smaller files take up zero disk blocks.
2003-03-10Add a test for the above-fixed bug.Jim Meyering
2003-03-08(evar-check): Check for POSIXLY_CORRECT not as aJim Meyering
shell variable, but only in the environment. With /bin/sh->bash, the shell variable is set to `y', and that would cause a spurious warning.
2003-03-08Require at least version 1.11 of Expect.pm.Jim Meyering
Old versions of Expect.pm (e.g., 1.07) lack the log_user function. Patch by Bob Proulx.
2003-03-08(check-root): Remove touch/fifo.Jim Meyering
It doesn't appear to have to be run as root.
2003-03-08Rather than simply using the first non-rootJim Meyering
username, make sure that the selected user name has a usable shell.
2003-03-08Also check for the log_user method, to avoidJim Meyering
spurious failure when using an old version of Expect.pm (e.g., 1.07). Reported by Bob Proulx.
2003-03-08.Jim Meyering
2003-03-08Ensure that hard links _are_ listed twice when using --count-links.Jim Meyering
2003-03-08*** empty log message ***Jim Meyering
2003-03-08(TESTS): Add hard-link.Jim Meyering
2003-03-08Correct/add tests for the above fix.Jim Meyering
Set LC_ALL, etc, now that we use sort. Check the block/size of a small file, too. Correct expected results for simple dir1/dir2/file case. Add another test of du -S.
2003-03-07Test the -S option using a hierarchy containing files, too,Jim Meyering
not just directories.
2003-03-06Unset CDPATH. Otherwise, having theJim Meyering
CDPATH shell variable set could cause this test to fail.
2003-03-05*** empty log message ***Jim Meyering
2003-03-05*** empty log message ***Jim Meyering
2003-03-05*** empty log message ***Jim Meyering
2003-03-05use better sed expressionsJim Meyering
2003-03-05.Jim Meyering
2003-03-05(TESTS): Add 8gb.Jim Meyering
2003-03-05*** empty log message ***Jim Meyering
2003-03-04.Jim Meyering
2003-03-04.Jim Meyering
2003-03-04(TESTS): Add fail-2eperm.Jim Meyering
2003-03-04(check-root): Add fail-2eperm.Jim Meyering
2003-03-04*** empty log message ***Jim Meyering
2003-03-03Set $ME properly.Jim Meyering
2003-03-02fix typo in commentJim Meyering
2003-03-02(TESTS): Add hard-3.Jim Meyering
2003-03-02.Jim Meyering
2003-03-02add commentsJim Meyering
2003-03-01fix tpyoJim Meyering
2003-03-01*** empty log message ***Jim Meyering
2003-03-01*** empty log message ***Jim Meyering
2003-02-28also test cpJim Meyering
2003-02-28(TESTS): Add hard-2.Jim Meyering
2003-02-28*** empty log message ***Jim Meyering
2003-02-26Don't test du's -b option here. Directory byteJim Meyering
counts are smaller (512 rather than 4096) on at least OSF/1 5.1 and IBM AIX 4.2.
2003-02-21*** empty log message ***Jim Meyering
2003-02-21.Jim Meyering
2003-02-21(TESTS): Add basic.Jim Meyering
2003-02-21use printf, not echoJim Meyering
test -b
2003-02-20*** empty log message ***Jim Meyering