summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
2005-05-10Skip this test if the user running it owns `/' or has write access to it.Jim Meyering
2005-05-10Skip the test if the user running it has write access to `/'.Jim Meyering
2005-05-10.Jim Meyering
2005-05-10(TESTS): Add reply-no.Jim Meyering
2005-05-10*** empty log message ***Jim Meyering
2005-05-10Don't print PATH to stderr.Jim Meyering
2005-05-04Regenerate.Paul Eggert
2005-05-04Initial version.Paul Eggert
2005-05-04(TESTS): Add umask-xPaul Eggert
2005-04-30Regenerate.Paul Eggert
2005-04-29(tv): Rename tests from obs to obs-plusPaul Eggert
if they use file names starting with +. (test_vector): Don't set _POSIX2_VERSION if obs but not obs-plus.
2005-04-29(tv): Rename tests from obs to obs-plusPaul Eggert
if they use file names starting with +. (test_vector): Don't set _POSIX2_VERSION if obs but not obs-plus.
2005-04-29Fix comment to match new behavior of "sort".Paul Eggert
2005-04-29Don't set _POSIX2_VERSION; no longer needed.Paul Eggert
2005-04-29Don't use 'set -'Paul Eggert
2005-04-29Don't use 'set -'.Paul Eggert
2005-04-29Don't use 'set -'. Simplify test construction.Paul Eggert
Work even if the underyling system attaches ACLs to new dirs.
2005-04-29Don't use 'set -'. Also, don't set _POSIX2_VERSION.Paul Eggert
2005-04-29Test for new -p behavior. Omit -1 option.Paul Eggert
The "ls --color" test wasn't being checked; add a check for "ls --color=auto" instead.
2005-04-28Check for ug+r and ug,+x bugs.Paul Eggert
2005-04-28Check for =u bug.Paul Eggert
2005-04-28Check for =xX bug.Paul Eggert
2005-04-22Test for "mkdir -m =+x dir" bug.Paul Eggert
2005-04-21Regenerate.Paul Eggert
2005-04-21Undo previous change.Paul Eggert
(sig): New var. Use it insted of "trap '' CHLD". Append $EXEEXT to executable name.
2005-04-21Undo previous change.Paul Eggert
(dd, dd2): New vars, which use $EXEEXT. All uses of dd and dd2 changed.
2005-04-21(TESTS_ENVIRONMENT): Add EXEEXT.Paul Eggert
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