From: merch-redmine@... Date: 2019-06-26T17:43:46+00:00 Subject: [ruby-dev:50804] [Ruby trunk Bug#12541] test failure with `umask 027` Issue #12541 has been updated by jeremyevans0 (Jeremy Evans). Status changed from Open to Closed Fixed by commit:3666ceb729998a6149d335151517f56aef2eba74 and commit:4c6eb271ddecc8534d10449ec2ca40df6bea2e58. ---------------------------------------- Bug #12541: test failure with `umask 027` https://bugs.ruby-lang.org/issues/12541#change-78890 * Author: znz (Kazuhiro NISHIYAMA) * Status: Closed * Priority: Normal * Assignee: * Target version: * ruby -v: ruby -v: ruby 2.4.0dev (2016-07-02 trunk 55562) [x86_64-linux] * Backport: 2.1: UNKNOWN, 2.2: UNKNOWN, 2.3: UNKNOWN ---------------------------------------- `ruby -e 'system("make", "test-all", "TESTS=fileutils/test_fileutils.rb", umask: 027)'` などのように `umask 027` の環境で実行すると TestFileUtils#test_cp_preserve_permissions が failure になります。 ~~~ [31/91] TestFileUtils#test_cp_preserve_permissions = 0.00 s 1) Failure: TestFileUtils#test_cp_preserve_permissions [/home/vagrant/ruby/test/fileutils/test_fileutils.rb:286]: File modes expected to be equal: <0755>: "tmp/cptmp" <0750>: "tmp/cptmp2" ~~~ -- https://bugs.ruby-lang.org/