1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-06-11 12:16:34 +02:00
Commit Graph

230 Commits

Author SHA1 Message Date
Jim Meyering 0622704dce . 2003-04-05 18:04:06 +00:00
Jim Meyering 4cfe78b8a0 *** empty log message *** 2003-04-05 18:03:47 +00:00
Jim Meyering 4795aa1810 Add a comment explaining why this test fails when using Tru64's broken sed. 2003-04-05 16:21:23 +00:00
Jim Meyering 84b0d3667b Add a comment explaining why this test fails when using Tru64's broken sed. 2003-04-05 16:20:41 +00:00
Jim Meyering cf0fa2d930 Use seq, not `yes' to generate dir name.
Otherwise, on systems (DJGPP) that emulate pipes using files,
this test would never complete, waiting for `yes' to terminate.
2003-03-28 14:03:17 +00:00
Jim Meyering 991e476b56 . 2003-03-20 10:11:45 +00:00
Jim Meyering 52ebb61da8 . 2003-03-14 13:54:36 +00:00
Jim Meyering 6df9b9041d Rather than simply using the first non-root
username, make sure that the selected user name has a usable shell.
2003-03-08 16:43:43 +00:00
Jim Meyering 88410798e7 . 2003-03-04 19:53:40 +00:00
Jim Meyering dc5916a65f (TESTS): Add fail-2eperm. 2003-03-04 19:52:20 +00:00
Jim Meyering 74d2292171 *** empty log message *** 2003-03-04 19:49:35 +00:00
Jim Meyering 4ebc314f18 . 2003-02-20 19:05:38 +00:00
Jim Meyering f3ecf0e5df upgrade to automake-1.7.2b 2003-02-19 12:55:25 +00:00
Jim Meyering 505f652d9e Require non-root. 2003-02-06 08:09:53 +00:00
Jim Meyering 73eae2675d Require non-root. 2003-02-06 08:09:18 +00:00
Jim Meyering 89fc480602 *** empty log message *** 2003-02-02 20:15:11 +00:00
Jim Meyering 62631d8844 *** empty log message *** 2003-02-02 20:14:20 +00:00
Jim Meyering 308e04e326 . 2003-01-16 22:28:13 +00:00
Jim Meyering 7e4c16df3d (TESTS): Add cycle. 2003-01-04 09:09:48 +00:00
Jim Meyering c146a76b5d Remove trailing /. from diagnostic. 2003-01-04 09:03:45 +00:00
Jim Meyering 874f367c0a Enable this test -- now that we have the --presume-input-tty option. 2003-01-04 09:03:02 +00:00
Jim Meyering 432a5017a2 rm could be tricked into mistakenly reporting a cycle 2003-01-04 09:01:04 +00:00
Jim Meyering 317fa67e1e . 2002-12-21 14:50:45 +00:00
Jim Meyering d4d54b4878 regenerate using automake-1.7.1b 2002-12-03 18:17:18 +00:00
Jim Meyering d421906870 . 2002-11-15 08:36:57 +00:00
Jim Meyering def6c2371e . 2002-11-06 11:37:47 +00:00
Jim Meyering fb763e4f7a Use double quotes around diagnostic. 2002-10-08 09:21:08 +00:00
Jim Meyering 017c2208e2 . 2002-10-05 19:56:44 +00:00
Jim Meyering fb918bedbf (TESTS): Add i-no-r. 2002-10-05 19:56:34 +00:00
Jim Meyering 1f4be66913 *** empty log message *** 2002-10-05 19:21:33 +00:00
Jim Meyering 7a45935962 *** empty log message *** 2002-10-05 19:17:05 +00:00
Jim Meyering a3b479c91f . 2002-09-29 08:44:36 +00:00
Jim Meyering 7b355ee476 upgrade to automake-1.6f 2002-09-22 06:34:18 +00:00
Jim Meyering 4ab4543c2d . 2002-08-05 08:27:56 +00:00
Jim Meyering 48a269db9c Add a test for this:
When not interactive, don't prompt for a symlink.
2002-07-22 12:22:59 +00:00
Jim Meyering 07fdea3ed9 . 2002-07-22 08:26:07 +00:00
Jim Meyering ae1331b60a Handle the case in which rm produces no output. 2002-07-22 08:16:38 +00:00
Jim Meyering 2f17be04e3 This test might remove a file owned by the person running `make check'.
Hoist definition of $target_file, and use
that (not $f) in test for owner/dir/symlink.  Patch by Michael Stone.
2002-07-22 08:12:27 +00:00
Jim Meyering 39d971818e skip directories, too.
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-20 05:36:59 +00:00
Jim Meyering e724268ea5 quotemeta 2002-07-19 22:01:43 +00:00
Jim Meyering b6389794e2 Don't expect `ARGV_0=$0 exec ...' to work.
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-19 21:35:48 +00:00
Jim Meyering 29c8739e95 Use input-tty rather than testing for /dev/stdin. 2002-07-19 21:12:23 +00:00
Jim Meyering c696260961 *** empty log message *** 2002-07-18 09:34:52 +00:00
Jim Meyering 753bb04a60 . 2002-07-16 06:53:00 +00:00
Jim Meyering 99bf17613b *** empty log message *** 2002-07-16 06:51:20 +00:00
Jim Meyering c7a1d7f58f help font-lock-mode 2002-07-16 06:49:50 +00:00
Jim Meyering b23214fca0 *** empty log message *** 2002-07-16 06:46:19 +00:00
Jim Meyering 7678915a9e (TESTS): Add fail-eperm. 2002-07-13 09:24:13 +00:00
Jim Meyering 89eb405076 . 2002-07-06 15:37:12 +00:00
Jim Meyering 512de3938e comments 2002-07-06 09:53:57 +00:00