ActionsLike0
Feature #9303
closedAdd unit test for chown method in test_fileutils.rb to test that it does not chmod recursively
Description
I was about to write unit test for FileUtils.chown_R then I realized that I needed to make sure FileUtils.chown does not chmod recursively first. Here is the patch.
Files
Updated by hsbt (Hiroshi SHIBATA) about 11 years ago
- Tracker changed from Misc to Feature
Updated by hsbt (Hiroshi SHIBATA) almost 11 years ago
- Status changed from Open to Closed
- % Done changed from 0 to 100
ActionsLike0