From 32e547954fbbcbdd6f4468bf3be9e7eaa5d32f0f Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Sat, 30 Nov 2019 17:58:39 +0900 Subject: Revert "[ruby/fileutils] Fix #install with "X" mode option" This reverts commit eab88d20eaa925d5e61a2a65820a099b46ccf3f8. The some CI was broken with this. --- test/fileutils/test_fileutils.rb | 2 -- 1 file changed, 2 deletions(-) (limited to 'test/fileutils') diff --git a/test/fileutils/test_fileutils.rb b/test/fileutils/test_fileutils.rb index 82c6389558..ca435ed1ff 100644 --- a/test/fileutils/test_fileutils.rb +++ b/test/fileutils/test_fileutils.rb @@ -1182,8 +1182,6 @@ class TestFileUtils < Test::Unit::TestCase assert_filemode 04500, 'tmp/j' install 'tmp/j', 'tmp/k', :mode => "+s" assert_filemode 06500, 'tmp/k' - install 'tmp/a', 'tmp/l', :mode => "o+X" - assert_filemode 0644, 'tmp/l' end if have_file_perm? def test_chmod -- cgit v1.2.3