Work around listdir encoding issues on py2 windows

This commit is contained in:
Daniel A. Wozniak 2018-08-21 21:53:12 -07:00 committed by rallytime
parent f5be275835
commit 22ed452479
No known key found for this signature in database
GPG Key ID: E8F1A4B90D0DEA19

View File

@ -1284,7 +1284,6 @@ class FileTest(ModuleCase, SaltReturnAssertsMixin):
sorted(['foo.txt', 'спам.txt', 'яйца.txt']),
)
@with_tempfile()
def test_replace(self, name):
'''