[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Autotest: make test dir writable before removing
From: |
Ralf Wildenhues |
Subject: |
Re: Autotest: make test dir writable before removing |
Date: |
Sat, 1 Oct 2005 21:18:41 +0200 |
User-agent: |
Mutt/1.5.9i |
* Ralf Wildenhues wrote on Sat, Oct 01, 2005 at 09:12:43PM CEST:
>
> This patch fixes that -- I'm not sure whether `chmod -R' is portable
> enough though, but it's a lot less expensive than
> find $at_group_dir -exec chmod u+w \{\} \;
> and I don't think you can expect file names within a test not to contain
> white space.
D'oh, I meant non-writable directories of course, and you could limit
above to `-type d' if necessary..
Sorry,
Ralf