From 95a5b4e9a406e01cf89709bd843914f7a730b910 Mon Sep 17 00:00:00 2001 From: aamine Date: Sat, 4 Dec 2004 12:29:55 +0000 Subject: * lib/fileutils.rb: (In previous commit) new method chown. * lib/fileutils.rb: (In previous commit) new method chown_R. * lib/fileutils.rb: (In previous commit) new method chmod_R wrongly added. Removed now. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@7461 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/fileutils/test_fileutils.rb | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'test') diff --git a/test/fileutils/test_fileutils.rb b/test/fileutils/test_fileutils.rb index 303c1b42a0..a10bbe2369 100644 --- a/test/fileutils/test_fileutils.rb +++ b/test/fileutils/test_fileutils.rb @@ -739,6 +739,15 @@ end end def test_chmod + # FIXME + end + + def test_chown + # FIXME + end + + def test_chown_R + # FIXME end end -- cgit v1.2.3