summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
2005-04-20Fetish.pm renamed to Coreutils.pm.Paul Eggert
2005-04-20Renamed Fetish package to Coreutils.Paul Eggert
2005-04-20(EXTRA_DIST): Add Coreutils.pm and remove Fetish.pm.Paul Eggert
2005-04-20(package Coreutils): Renamed from package Fetish.Paul Eggert
2005-04-19(dot_mount_point): Use stat -L, in case thePaul Eggert
directory is actually a symbolic link.
2005-04-19Use test -p to test for fifos, ratherPaul Eggert
than the (incorrect) test -f and the (inadequate) ls. ls is inadequate because on some hosts a buggy mv will create a file of the wrong type (problem reported by Eric Blake). Skip this test if test -p doesn't work.
2005-04-19Use numeric group ids, not symbolic group names,Paul Eggert
since the latter can have shell metacharacters in them (e.g., spaces).
2005-04-18(FETISH_GROUP): Renamed from COREUTILS_GROUP.Paul Eggert
2005-04-18(COREUTILS_GROUPS): Renamed from FETISH_GROUPS.Paul Eggert
2005-04-18Fix typo in comment.Paul Eggert
2005-04-18Use "cat", not "test", to test forPaul Eggert
../../src/dd. Problem reported by Eric Blake.
2005-04-18Skip this test if "trap '' CHLD" doesn't work.Paul Eggert
2005-04-18Skip this test if ../../src/dd isn't readable.Paul Eggert
2005-04-14(dot_mount_point): Use stat rather than df, asPaul Eggert
it's more reliable. (other_partition_tmpdir): Remove df from name as that would be misleading now.
2005-04-14Ignore chatter about when files are removed,Paul Eggert
since POSIX doesn't require rename to fail across file systems.
2005-04-11Regenerate.Paul Eggert
2005-04-05.Jim Meyering
2005-04-05(SUBDIRS): Add tee.Jim Meyering
2005-04-05.Jim Meyering
2005-04-01.Jim Meyering
2005-04-01Don't let pr treat +1:-1 like +1:18446744073709551615.Jim Meyering
(neg-page): Add a test for this.
2005-03-22.Jim Meyering
2005-03-21Regenerate.Paul Eggert
2005-03-19.Jim Meyering
2005-03-15.Jim Meyering
2005-03-15Both `pr -0' and e.g., `pr -03' would evoke `column count too large'.Jim Meyering
`pr -0' should give a better diagnostic and `pr -03' should be equivalent to `pr -3'. (parse_column_count): Change return type to void. Call error (EXIT_FAILURE, ... for an invalid string. (main): Allocate space for column_count_string using malloc. Accumulate all old-style column-count digits before converting. When the number of columns is specified via both old-style, (e.g., -3), and a long option (--columns=5), ensure that only the last one specified takes effect. Add tests for the above.
2005-03-11Add tests for this:Jim Meyering
Prompt once again for `mv -i A B' when A and B are hard links to the same file. This fixes a bug introduced by my 2003-04-04 (coreutils-5.0.1) change.
2005-03-09.Jim Meyering
2005-03-01.Jim Meyering
2005-02-26Regenerate.Paul Eggert
2005-02-22Regenerate.Paul Eggert
2005-02-21Regenerate.Paul Eggert
2005-02-21Don't assume that the current host supports 64-bit integers.Paul Eggert
2005-02-21Don't assume that the current host supports integers wider than 32Paul Eggert
bits. Fix comment typo.
2005-02-13.Jim Meyering
2005-02-09.Jim Meyering
2005-02-02 Check for $2 -ge 128, rather than $2 = 128, in caseJim Meyering
there is a file system type that doesn't support sparse files, yet for which metadata takes up additional space.
2005-02-02Also adjust the test to detect systems that don't support sparse files.Jim Meyering
2005-02-02Detect sparse files on NTFS under cygwin.Jim Meyering
2005-01-30.Jim Meyering
2005-01-30Quote user and group names.Jim Meyering
2005-01-30Ignore ACL designation.Jim Meyering
2005-01-30Ignore ACL designation.Jim Meyering
2005-01-30(.PHONY): Add check-root and root-hint.Jim Meyering
2005-01-29.Jim Meyering
2005-01-17Use numeric group ids, not symbolic group names, to avoid shell quoting issues.Paul Eggert
2005-01-14.Jim Meyering
2005-01-14(id_gn): Exit 77, not 1, for a test-frameworkJim Meyering
failure, so that doesn't cause `make check' to stop. Nelson Beebe reported that this test would fail with this diagnostic `cannot find name for group ID 10' on one of his systems.
2005-01-13(validate): Add code (if-0'd out) to detectJim Meyering
names of temporary files that would clash on 8.3 file systems.
2005-01-13(run_tests): Add code (if-0'd out) to detectJim Meyering
names of temporary files that would clash on 8.3 file systems.