summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
2002-10-05.Jim Meyering
2002-10-05(TESTS): Add i-no-r.Jim Meyering
2002-10-05*** empty log message ***Jim Meyering
2002-10-05*** empty log message ***Jim Meyering
2002-10-05.Jim Meyering
2002-10-05save dd's stderr, and output it if dd failsJim Meyering
2002-10-05redirect dd's stderrJim Meyering
2002-10-05(TESTS): Add big-4gb.Jim Meyering
2002-10-05*** empty log message ***Jim Meyering
2002-10-04add a commentJim Meyering
2002-10-04Undo last change.Jim Meyering
Instead, run du only on the symlinks that were successfully created.
2002-10-04Redirect errors (e.g. missing file) to /dev/null.Jim Meyering
2002-09-29.Jim Meyering
2002-09-29(TESTS): Add slink.Jim Meyering
2002-09-29*** empty log message ***Jim Meyering
2002-09-29.Jim Meyering
2002-09-22upgrade to automake-1.6fJim Meyering
2002-09-21*** empty log message ***Jim Meyering
2002-09-21(TESTS): Add long-line.Jim Meyering
2002-09-20(TESTS): Add t-slash.Jim Meyering
2002-09-20add commentJim Meyering
2002-09-20*** empty log message ***Jim Meyering
2002-09-19*** empty log message ***Jim Meyering
2002-09-17(TESTS): Add x8.Jim Meyering
2002-09-17test for bug fixed in coreutils-4.5.2Jim Meyering
2002-09-13.Jim Meyering
2002-09-13Make sure printf handles a leading -- properly.Jim Meyering
2002-09-13(TESTS): Add printf.Jim Meyering
2002-08-20Rewrite not to use `: ${VAR=not_set}' paradigm.Jim Meyering
2002-08-09.Jim Meyering
2002-08-09[col-last]: New test for the above.Jim Meyering
2002-08-05(TESTS): Add nice and pathchk1.Jim Meyering
2002-08-05.Jim Meyering
2002-08-04.Jim Meyering
2002-08-04.Jim Meyering
2002-08-04*** empty log message ***Jim Meyering
2002-07-29.Jim Meyering
2002-07-29Supply exit arg for both invocations of exit.Jim Meyering
2002-07-28.Jim Meyering
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