diff --git a/test/helper.rb b/test/helper.rb index ff683527..479cdf9c 100644 --- a/test/helper.rb +++ b/test/helper.rb @@ -82,7 +82,7 @@ module DirectoryHelpers end def temp_dir(*subdirs) - if Utils::Platforms.windows? + if Utils::Platforms.vanilla_windows? drive = Dir.pwd.sub(%r!^([^/]+).*!, '\1') temp_root = File.join(drive, "tmp") else