mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 17:09:03 +00:00
Work around listdir encoding issues on py2 windows
This commit is contained in:
parent
f5be275835
commit
22ed452479
@ -1284,7 +1284,6 @@ class FileTest(ModuleCase, SaltReturnAssertsMixin):
|
||||
sorted(['foo.txt', 'спам.txt', 'яйца.txt']),
|
||||
)
|
||||
|
||||
|
||||
@with_tempfile()
|
||||
def test_replace(self, name):
|
||||
'''
|
||||
|
Loading…
Reference in New Issue
Block a user