420
420
sorted(original_paths, cmp=osutils.compare_paths_prefix_order))
426
self.build_tree(['source/', 'source/a', 'source/b/', 'source/b/c'])
432
self.build_tree(['source/', 'source/a', 'source/b/', 'source/b/c',
423
439
class TestTerminalEncoding(TestCase):
424
440
"""Test the auto-detection of proper terminal encoding."""