1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2024-12-26 17:57:59 +00:00

testsuite: Enable test_archived_paths on Windows

This commit is contained in:
Rayyan Ansari 2023-06-25 17:40:17 +01:00
parent 54b654e3b1
commit 7e0cdd7c5e

View file

@ -103,7 +103,6 @@ def filter(output):
# the interesting parts of info_output2 and info_output should be same
self.assert_equal(filter(info_output), filter(info_output2))
@pytest.mark.skipif(is_win32, reason="still broken on windows")
def test_archived_paths(self):
# As borg comes from the POSIX (Linux, UNIX) world, a lot of stuff assumes path separators
# to be slashes "/", e.g.: in archived items, for pattern matching.