[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Autotest: make test dir writable before removing
From: |
Stepan Kasal |
Subject: |
Re: Autotest: make test dir writable before removing |
Date: |
Wed, 5 Oct 2005 11:07:02 +0200 |
User-agent: |
Mutt/1.4.1i |
Hello,
On Tue, Oct 04, 2005 at 12:17:54PM -0700, Paul Eggert wrote:
> Why do you need the "-type l -prune" here? Can't that be omitted?
> "find" doesn't follow symlinks.
the question is whether `-type d' can be true for symlinked directory,
on some system.
> Also, as a minor efficiency thing, if $at_suite_dir is not a directory
> then you don't need to invoke rm at all;
Yes.
Can we use `-perm -700' to avoid most of the chmod's?
That would be a bigger optimization.
A proposed patch attached.
Stepan
autoconf-20051005-at-init.patch
Description: Text document
- Re: Autotest: make test dir writable before removing, (continued)
- Re: Autotest: make test dir writable before removing, Ralf Wildenhues, 2005/10/01
- Re: Autotest: make test dir writable before removing, Paul Eggert, 2005/10/02
- Re: Autotest: make test dir writable before removing, Ralf Wildenhues, 2005/10/04
- Re: Autotest: make test dir writable before removing, Paul Eggert, 2005/10/04
- Re: Autotest: make test dir writable before removing,
Stepan Kasal <=
- Re: Autotest: make test dir writable before removing, Ralf Wildenhues, 2005/10/05
Re: Autotest: make test dir writable before removing, Stepan Kasal, 2005/10/03