summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
2002-07-22Add a test for this:Jim Meyering
When not interactive, don't prompt for a symlink.
2002-07-22.Jim Meyering
2002-07-22Handle the case in which rm produces no output.Jim Meyering
2002-07-22This 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.Jim Meyering
2002-07-20.Jim Meyering
2002-07-20do not use tail -1; use tail -n 1 insteadJim Meyering
2002-07-20skip 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-19quotemetaJim Meyering
2002-07-19Don'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-19Use input-tty rather than testing for /dev/stdin.Jim Meyering
2002-07-19*** empty log message ***Jim Meyering
2002-07-19tweak for better exitJim Meyering
2002-07-18*** empty log message ***Jim Meyering
2002-07-16.Jim Meyering
2002-07-16*** empty log message ***Jim Meyering
2002-07-16help font-lock-modeJim Meyering
2002-07-16*** empty log message ***Jim Meyering
2002-07-13(TESTS): Add fail-eperm.Jim Meyering
2002-07-06.Jim Meyering
2002-07-06commentsJim Meyering
2002-07-06improve the testJim Meyering
2002-07-04(TESTS): Add dangling-symlink.Jim Meyering
2002-07-04*** empty log message ***Jim Meyering
2002-07-04*** empty log message ***Jim Meyering
2002-07-02.Jim Meyering
2002-07-02.Jim Meyering
2002-07-02(EXTRA_DIST): Merge.Jim Meyering
2002-07-01s/any/some/Jim Meyering
2002-07-01remove redundant (exit $fail)Jim Meyering
2002-07-01Handle yet another different diagnostic.Jim Meyering
2002-07-01update to use prologue from sample-testJim Meyering
2002-07-01whoops.Jim Meyering
2002-07-01mergeJim Meyering
2002-06-22Accommodate the slightly different diagnostic weJim Meyering
get on some systems, due to `unlink (dir)' failing with EACCES rather than EPERM. E.g. for ReiserFS on Linux-2.4.18.
2002-06-21.Jim Meyering
2002-06-17Interpret a permissions string ofJim Meyering
drwxr-xr-x (DOS/Windows) as meaning the cwd is not setgid. Reported by Rich Dawe.
2002-06-16use newer testing frameworkJim Meyering
2002-06-15use trap stuff from sample-testJim Meyering
2002-06-15use trap stuff from sample-testJim Meyering
2002-06-15now that $tmp has two components, use mkdir's -p option to create itJim Meyering
2002-06-15now that $tmp has two components, use mkdir's -p option to create itJim Meyering
2002-06-15use trap stuff from sample-testJim Meyering
2002-06-15use trap stuff from sample-testJim Meyering
2002-06-15*** empty log message ***Jim Meyering
2002-06-15(trap): in chmod, use u+rwx, not 700Jim Meyering
2002-06-15(trap): Make sure the temporary hierarchy is writable before removing it.Jim Meyering
2002-06-15Use better trap.Jim Meyering
trap 'status=$?; cd $pwd; chmod -R 700 $t0; rm -rf $t0 && exit $status' 0
2002-06-15Use quoted here doc by default,Jim Meyering
so e.g., backticks don't need to be escaped.
2002-06-15(TESTS): Add perm-1.Jim Meyering