* test/fileutils/test_fileutils.rb: remove junk print statement.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@7834 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
19b9567c84
commit
2d042f539b
@ -14,7 +14,6 @@ prevdir = Dir.pwd
|
|||||||
tmproot = TestFileUtils::TMPROOT
|
tmproot = TestFileUtils::TMPROOT
|
||||||
Dir.mkdir tmproot unless File.directory?(tmproot)
|
Dir.mkdir tmproot unless File.directory?(tmproot)
|
||||||
Dir.chdir tmproot
|
Dir.chdir tmproot
|
||||||
p tmproot
|
|
||||||
|
|
||||||
def have_drive_letter?
|
def have_drive_letter?
|
||||||
/djgpp|mswin(?!ce)|mingw|bcc|emx/ =~ RUBY_PLATFORM
|
/djgpp|mswin(?!ce)|mingw|bcc|emx/ =~ RUBY_PLATFORM
|
||||||
|
Loading…
x
Reference in New Issue
Block a user