From 4c98e1a2c703f2a9b3d3cbde0faa29482ebeeb9c Mon Sep 17 00:00:00 2001 From: nobu Date: Wed, 16 Apr 2014 14:30:21 +0000 Subject: [PATCH] * test/fileutils/test_fileutils.rb: revert r45600. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45601 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/fileutils/test_fileutils.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/fileutils/test_fileutils.rb b/test/fileutils/test_fileutils.rb index ec57f5f4e4..0834187b95 100644 --- a/test/fileutils/test_fileutils.rb +++ b/test/fileutils/test_fileutils.rb @@ -272,7 +272,7 @@ class TestFileUtils < Test::Unit::TestCase bug4507 = '[ruby-core:35518]' touch 'tmp/cptmp' chmod 0755, 'tmp/cptmp' - cp 'tmp/cptmp', 'tmp/cptmp2', :preserve => true + cp 'tmp/cptmp', 'tmp/cptmp2' assert_equal_filemode('tmp/cptmp', 'tmp/cptmp2', bug4507) end