summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2007-05-22cut: diagnose a range starting with 0 (-f 0-2) as invalid, andJim Meyering
2007-05-22"cut -f 2-0" now fails; before, it was equivalent to "cut -f 2-"Jim Meyering
2007-05-22stty: diagnose an invalid hex value in 35-colon commmand-line argumentJim Meyering
2007-05-13Remove the generated tests/*/Makefile.am files from version control.Jim Meyering
2007-05-13Test uniq's new --zero-terminated (-z) option.Jim Meyering
2007-05-04Avoid test failure when run with an unusual umask.Jim Meyering
2007-05-04Avoid failure of root-only test when run with a restrictive umask.Jim Meyering
2007-05-04tr -c: don't abort when translating with S2 larger than complement of S1Jim Meyering
2007-05-03Avoid test failure when run with a permissive umask.Jim Meyering
2007-05-02Invoke rm via 'setuidgid ... env PATH="$PATH" ...', as in fail-eperm.Jim Meyering
2007-04-24* THANKS: Add Andreas Frische.Jim Meyering
2007-04-12split --line-bytes=N (-C N): don't create an empty file.Paul Eggert
2007-04-07Add a test for, and document, today's fix.Jim Meyering
2007-04-02* src/ls.c (print_horizontal): Fix bug reported by Mike Frysinger:Paul Eggert
2007-03-29* src/runcon.c (main): Don't reorder arguments. Reported byJim Meyering
2007-03-29Arrange for "make check-root" to run the new root-only test.Jim Meyering
2007-03-29* src/runcon.c: New program.Jim Meyering
2007-03-29* tests/cp/cp-a-selinux: New file. Test for the bug reported inJim Meyering
2007-03-29* tests/misc/selinux [VERBOSE]: Print version info for eachJim Meyering
2007-03-29ls: Add support for SELinux and a slightly modified -Z option.Jim Meyering
2007-03-24If strace malfunctions, skip the test rather than failing it.Jim Meyering
2007-03-22* tests/mv/hard-3: Correct the preceding change: $3 -> $2.Jim Meyering
2007-03-22Improve a test script.Paul Eggert
2007-03-21Fix a test script not to claim an ext2 file system is of type xfs.Jim Meyering
2007-03-20Skip part of this test when "." is not a local file system.Jim Meyering
2007-03-20Skip part of this test when "." is not a local file system.Jim Meyering
2007-03-18Fix a generic NFS-related test failure.Jim Meyering
2007-03-18Fix a bug in how pr -m -s works.Jim Meyering
2007-03-17* tests/misc/tty-eof: Add shuf to the list of tested commands.Jim Meyering
2007-03-17Avoid test failure on NFS-mounted Solaris ZFS file system.Jim Meyering
2007-03-16* src/copy.c: Include filemode.h.Paul Eggert
2007-03-13Work around a failing test due to an NFS-based race condition.Jim Meyering
2007-03-10The preceding change solved part of the problem. Now ginstall fails.Jim Meyering
2007-03-10* tests/install/basic-1: When setting up an unreadable "." in anJim Meyering
2007-03-09* tests/chgrp/basic: Also avoid test failures on Darwin 8.8.x (MacOS X 10.4).Jim Meyering
2007-03-09Avoid test failures on Darwin 7.9.0 (MacOS X 10.3.9)Jim Meyering
2007-03-03pwd-unreadable-parent: Skip test on ia64/Linux, too.Jim Meyering
2007-03-02pwd-unreadable-parent: Skip test on non-Linux/GNU systems.Jim Meyering
2007-03-02* tests/misc/pwd-long: Also allow "+" in $PWD.Jim Meyering
2007-02-28* tests/misc/df-P: This script *is* executable.Jim Meyering
2007-02-27Add a test for today's df -P fix.Jim Meyering
2007-02-24Don't skip this test on new-enough Linux/GNU systems.Jim Meyering
2007-02-24Remove the "gnits" option; it prohibits my using "+" as a versionJim Meyering
2007-02-24* NEWS: sort no longer compresses temporaries by default.Paul Eggert
2007-02-24* tests/readlink/can-e: Put the closing double-quote at the end of aBruno Haible
2007-02-24* tests/du/slink: Skip the test if executing on an nfsv3 file system.Bruno Haible
2007-02-23With -Dlint, make shuf free all heap-allocated storage.Jim Meyering
2007-02-22Honor dd's noatime flag if possible, even if not supported on build fsPaul Eggert
2007-02-21* tests/misc/date: Remove vestigial use of Data::Dumper.Jim Meyering
2007-02-19* NEWS: sort now uses a --compress-program option rather thanPaul Eggert