230
230
working_tree = self.make_uncommitted_tree()
232
232
if sys.platform == 'win32':
237
238
self.assertRaises((IOError, OSError), msgeditor.edit_commit_message, '')
239
240
def test__get_editor(self):
244
245
conf = config.GlobalConfig.from_string('editor = config_editor\n',