Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Tag FileUtils tests hanging only on travis.
These tests seem to have started failing very recently. It appears that on Travis, the root user now no longer reports supplementary groups via Process.groups (or the C getgroups call it makes) which causes the chown tests to freak out and hang. See travis-ci/travis-ci#6878.