diff options
| author | aamine <aamine@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-01-26 15:05:42 +0000 |
|---|---|---|
| committer | aamine <aamine@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-01-26 15:05:42 +0000 |
| commit | c96ab78d73d989e450b46e768cc864281a70d14d (patch) | |
| tree | b70a8ce1008a3e24c7eda2b5d46307aedba5b342 /test | |
| parent | a08cdbeb03a6c9c335bcd8a158c95f7c8f8fca63 (diff) | |
| download | ruby-c96ab78d73d989e450b46e768cc864281a70d14d.tar.gz ruby-c96ab78d73d989e450b46e768cc864281a70d14d.tar.xz ruby-c96ab78d73d989e450b46e768cc864281a70d14d.zip | |
* test/fileutils/test_fileutils.rb: remove junk print statement.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7834 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test')
| -rw-r--r-- | test/fileutils/test_fileutils.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/fileutils/test_fileutils.rb b/test/fileutils/test_fileutils.rb index 1c50c10b2..6b3e32412 100644 --- a/test/fileutils/test_fileutils.rb +++ b/test/fileutils/test_fileutils.rb @@ -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 |
