CiscoCloud / distributive

Unit testing for the cloud
Apache License 2.0
147 stars 20 forks source link

File permissions check #22

Closed langston-barrett closed 9 years ago

langston-barrett commented 9 years ago

Given an ocatal permissions mode (0[0-7][0-7][0-7]), ensure that the given file has those permissions.

langston-barrett commented 9 years ago

Fixed by 041752eb399e3436ee70fb10a1328fd07857192b. No octal permissions, but it'll work for now.