From 75c20a7902e50a05263b30b5ae1feaf54788833c Mon Sep 17 00:00:00 2001 From: luislavena Date: Tue, 6 Nov 2012 19:40:42 +0000 Subject: Remove FIXME skip on Windows test * test/ruby/test_file_exhaustive.rb: Remove FIXME skip on Windows specific test because the test in question was already fixed. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37528 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/ruby/test_file_exhaustive.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'test') diff --git a/test/ruby/test_file_exhaustive.rb b/test/ruby/test_file_exhaustive.rb index 94b02c4134..0c82395a56 100644 --- a/test/ruby/test_file_exhaustive.rb +++ b/test/ruby/test_file_exhaustive.rb @@ -538,7 +538,6 @@ class TestFileExhaustive < Test::Unit::TestCase if DRIVE # cleanup dots only on Windows assert_equal(File.join(Dir.pwd, "a"), File.expand_path("a."), bug) - skip "FIXME" assert_equal(File.join(Dir.pwd, "a"), File.expand_path("a.."), bug) else assert_equal(File.join(Dir.pwd, "a."), File.expand_path("a."), bug) -- cgit v1.2.3