mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* 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
1 changed files with 0 additions and 1 deletions
|
@ -14,7 +14,6 @@ prevdir = Dir.pwd
|
|||
tmproot = TestFileUtils::TMPROOT
|
||||
Dir.mkdir tmproot unless File.directory?(tmproot)
|
||||
Dir.chdir tmproot
|
||||
p tmproot
|
||||
|
||||
def have_drive_letter?
|
||||
/djgpp|mswin(?!ce)|mingw|bcc|emx/ =~ RUBY_PLATFORM
|
||||
|
|
Loading…
Add table
Reference in a new issue