kenahoo / Path-Class

Cross-platform path specification manipulation
http://search.cpan.org/dist/Path-Class/
15 stars 28 forks source link

Skip traverse_if tests if running as root #10

Closed bingos closed 11 years ago

bingos commented 11 years ago

These tests fail when running as root, because root can access the paths despite file permissions.

kenahoo commented 11 years ago

Thanks - I'm actually going to fix this by using a criterion other than permissions for the traverse_if() tests.