summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-04-23 03:26:42 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-04-23 03:26:42 +0000
commitcf72be26bed1f6503b7daa5a9f6ccfd0e8f3fe57 (patch)
treecda4781923e7041b167208c9a6326ea9c2661513 /test
parent9036b58c99ada714fb2c1239a74a41db7f9db99b (diff)
fix typo
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45682 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test')
-rw-r--r--test/ruby/test_io.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ruby/test_io.rb b/test/ruby/test_io.rb
index 21f85c284c..841ccb4da8 100644
--- a/test/ruby/test_io.rb
+++ b/test/ruby/test_io.rb
@@ -1675,7 +1675,7 @@ class TestIO < Test::Unit::TestCase
when 0xEF53 # EXT2_SUPER_MAGIC EXT3_SUPER_MAGIC EXT4_SUPER_MAGIC
# ext3's timestamp resolution is seconds
s = f.stat
- stat.mtime.nsec != 0 || stat.atime.nsec != 0 || stat.ctime.nsec != 0
+ s.mtime.nsec != 0 || s.atime.nsec != 0 || s.ctime.nsec != 0
when 0x58465342 # XFS_SUPER_MAGIC
when 0x01021994 # TMPFS_MAGIC
else