Explorar o código

testsuite: Enable test_archived_paths on Windows

Rayyan Ansari %!s(int64=2) %!d(string=hai) anos
pai
achega
7e0cdd7c5e
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      src/borg/testsuite/archiver/create_cmd.py

+ 0 - 1
src/borg/testsuite/archiver/create_cmd.py

@@ -103,7 +103,6 @@ class ArchiverTestCase(ArchiverTestCaseBase):
         # 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.