Skip to content
  • Orgad Shaneh's avatar
    SystemTools: Adapt permissions test to MSYS · 5b941f33
    Orgad Shaneh authored and Brad King's avatar Brad King committed
    Cygwin/MSYS uses umask on *stat* when noacl is set on the filesystem
    (which MSYS sets by default), so the returned permissions don't
    necessarily reflect what was actually set.
    
    Solve by delaying umask to where it is actually needed.
    5b941f33