2124
2124
if sys.platform != 'win32':
2125
2125
raise tests.TestSkipped('test requires win32')
2126
2126
self.assertTrue(osutils.find_executable_on_path('explorer') is not None)
2129
2130
osutils.find_executable_on_path('THIS SHOULD NOT EXIST') is None)
2132
2133
if sys.platform == 'win32':
2133
2134
raise tests.TestSkipped('test requires non-win32')