Skip to content
  • Steve Xuereb's avatar
    Update TestCacheInit to dir instead of file · 837d5c00
    Steve Xuereb authored
    Windows doesn't seem to support `+x` for files, ending up with
    permissions looking like `-rw-rw-rw-` which is not `0777`, which leads
    in the test to fail.
    
    The main idea of the `cache-init` is to change permissions for
    directories not files so we should update the test to reflect that.
    837d5c00