aboutsummaryrefslogtreecommitdiffstats
path: root/test/fileutils
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-04-16 14:30:21 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-04-16 14:30:21 +0000
commit4c98e1a2c703f2a9b3d3cbde0faa29482ebeeb9c (patch)
treef00d96737090988a9994a78084f9fcadb2cd54a6 /test/fileutils
parenta6abfa2da77ba94410b4622727df1360bf773f2d (diff)
downloadruby-4c98e1a2c703f2a9b3d3cbde0faa29482ebeeb9c.tar.gz
* test/fileutils/test_fileutils.rb: revert r45600.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45601 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/fileutils')
-rw-r--r--test/fileutils/test_fileutils.rb2
1 files changed, 1 insertions, 1 deletions
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