Hi Stefano, > Internationalization tests: prefer `test ! -r' over `test ! -f'
Why? Why is it more important to check that an expected file has read permissions, than to check that it is a regular file? This is not an objection. I just find it odd to use 'test -f' for the positive test and 'test ! -r' for the negative one. Technically the patch is OK with me. Bruno