tests: prefer "test ! -e FILE" to check that a file doesn't exist
authorStefano Lattarini <stefano.lattarini@gmail.com>
Sat, 30 Jun 2012 17:46:13 +0000 (19:46 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Sat, 30 Jun 2012 17:46:13 +0000 (19:46 +0200)
commit848744c8189abdba50d0fdf5dbd2a713ac210632
treeca0c4d8dc77894af41c12c334b9c9dec81d8e9c2
parentf99ee7616ced4d07684a30a67b72e46aba00c65f
tests: prefer "test ! -e FILE" to check that a file doesn't exist

* t/autohdrdry.sh: Here, rather than using "test ! -r FILE".

Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
t/autohdrdry.sh