[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: test -e -> test -f



At 08:36 AM 10/31/2003, Hallvard B Furuseth wrote:
>I'll replace `test ! -e <filename>' with `test ! -f <filename>'
>in tests/run.in unless someone protests.

or test ! -r file.

Kurt