mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Work around listdir encoding issues on py2 windows
This commit is contained in:
parent
f5be275835
commit
22ed452479
1 changed files with 0 additions and 1 deletions
|
@ -1284,7 +1284,6 @@ class FileTest(ModuleCase, SaltReturnAssertsMixin):
|
|||
sorted(['foo.txt', 'спам.txt', 'яйца.txt']),
|
||||
)
|
||||
|
||||
|
||||
@with_tempfile()
|
||||
def test_replace(self, name):
|
||||
'''
|
||||
|
|
Loading…
Add table
Reference in a new issue