[ruby-core:62731] [ruby-trunk - Feature #9303] [Closed] Add unit test for chown method in test_fileutils.rb to test that it does not chmod recursively

From: shibata.hiroshi@...
Date: 2014-05-25 00:58:59 UTC
List: ruby-core #62731
Issue #9303 has been updated by Hiroshi SHIBATA.

Status changed from Open to Closed
% Done changed from 0 to 100

Applied in changeset r46091.

----------
* test/fileutils/test_fileutils.rb: Added recursively chmod tests.
  [Feature #9303][ruby-core:59325]

----------------------------------------
Feature #9303: Add unit test for chown method in test_fileutils.rb to test that it does not chmod recursively
https://bugs.ruby-lang.org/issues/9303#change-46856

* Author: Vajrasky Kok
* Status: Closed
* Priority: Normal
* Assignee: 
* Category: test
* Target version: current: 2.2.0
----------------------------------------
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--------------------------------
improve_unit_test_chmod_non_recursive.patch (1.74 KB)


-- 
https://bugs.ruby-lang.org/

In This Thread

Prev Next