mirror of
https://github.com/unode/firefox_decrypt.git
synced 2025-12-16 12:01:52 +01:00
TST Workaround /path vs \path failure in Windows
(cherry picked from commit e4c8f1fe3ddaba41342ce5b65893f8e64a20756b)
This commit is contained in:
@@ -18,6 +18,9 @@ class TestSingleProfile(unittest.TestCase):
|
||||
lib.remove_log_date_time(
|
||||
lib.run_error(cmd, returncode=expected_exitcode)))
|
||||
|
||||
if lib.platform == "Windows":
|
||||
# Paths in Windows cause failures with string comparison
|
||||
output = output.replace("\\", "/")
|
||||
self.assertEqual(output, expected)
|
||||
|
||||
@unittest.skipIf(lib.platform == "Windows",
|
||||
|
||||
Reference in New Issue
Block a user