Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-07-23 | Update all copyright notices to use the newer form. | Jim Meyering | |
2007-07-10 | Change "version 2" to "version 3" in all copyright notices. | Jim Meyering | |
2007-01-01 | * tests/rm/fail-eperm: Instead, simply transform the actual output diagnostic. | Jim Meyering | |
Test failure reported by Bob Proulx. | |||
2007-01-01 | * tests/rm/fail-eperm: Revert last change. The PATH=... setting | Jim Meyering | |
is not honored at least on HP-UX 11.23 systems. | |||
2006-12-30 | * tests/rm/fail-eperm: Avoid spurious differences (the error function | Jim Meyering | |
from latest glibc no longer prints the full program_name): so don't invoke rm via ../../src/rm. Instead, invoke it via "PATH=../../src rm". | |||
2006-11-21 | * tests/rm/fail-eperm: Use the "(exit N); exit N" idiom, | Jim Meyering | |
rather than just "exit N". | |||
2006-10-03 | * tests/rm/fail-eperm: Report failure also if rm is terminated by | Jim Meyering | |
a signal. | |||
2006-09-28 | fix typo: s/dignostic/diagnostic/ | Jim Meyering | |
2006-09-28 | * tests/rm/fail-eperm: Unset BASH_ENV, CDPATH, and ENV, too; | Paul Eggert | |
suggested for Debian stable, which uses Perl 5.8.4. | |||
2006-09-28 | * tests/rm/fail-eperm: Enable Perl's (-T) taint checking. | Jim Meyering | |
Ensure that IFS is set properly and unset PATH. Sanitize inputs. Work properly even when the name of the selected file starts with "-". Invoke rm via "../../src/rm", and adjust expected output. Prompted by a patch from Tim Waugh. | |||
2006-08-17 | Add/fix copyright notices and adjust to latest GNU FDL. | Paul Eggert | |
2004-09-19 | Don't try to remove writeable files in a sticky /tmp directory, as | Paul Eggert | |
SVR4-like systems (e.g., Solaris 9) let you remove such files. | |||
2003-07-19 | Restore definition of $verbose. | Jim Meyering | |
2003-07-19 | Don't create temporary directory -- we don't use it. | Jim Meyering | |
2003-07-19 | remove now-redundant VERSION check | Jim Meyering | |
2003-07-18 | Use $srcdir/../priv-check, create a temporary | Jim Meyering | |
directory, and remove Perl-coded `you may not run as root' test. | |||
2003-04-08 | Run $PERL to see if it is available, rather than testing its value. | Jim Meyering | |
2002-07-22 | Handle the case in which rm produces no output. | Jim Meyering | |
2002-07-22 | This test might remove a file owned by the person running `make check'. | Jim Meyering | |
Hoist definition of $target_file, and use that (not $f) in test for owner/dir/symlink. Patch by Michael Stone. | |||
2002-07-20 | skip directories, too. | Jim Meyering | |
Otherwise, we'd have to account for the additional `directory ' part of a diagnostic like this: fail-eperm: unexpected dignostic from `rm -f /tmp/.pcmcia'; got rm: cannot remove directory `/tmp/.pcmcia': Is a directory expected rm: cannot remove `/tmp/.pcmcia': ... | |||
2002-07-19 | quotemeta | Jim Meyering | |
2002-07-19 | Don't expect `ARGV_0=$0 exec ...' to work. | Jim Meyering | |
It doesn't work with /bin/sh of Solaris5.6. Use an explicit `export ARGV_0' instead. [comparing actual and expected output]: Don't match the entire line, but rather just the `rm: cannot remove `$dir/$f':' part. | |||
2002-07-18 | *** empty log message *** | Jim Meyering | |
2002-07-16 | *** empty log message *** | Jim Meyering | |
2002-07-16 | help font-lock-mode | Jim Meyering | |
2002-07-16 | *** empty log message *** | Jim Meyering | |