diff --git a/tests/blendfiles/subdir/doubly_linked_up-windows.blend b/tests/blendfiles/subdir/doubly_linked_up-windows.blend new file mode 100644 index 0000000..28a989e Binary files /dev/null and b/tests/blendfiles/subdir/doubly_linked_up-windows.blend differ diff --git a/tests/test_pack.py b/tests/test_pack.py index 79a0340..840bc99 100644 --- a/tests/test_pack.py +++ b/tests/test_pack.py @@ -68,7 +68,7 @@ class PackTest(AbstractPackTest): def test_strategise_rewrite(self): ppath = self.blendfiles / 'subdir' - infile = ppath / 'doubly_linked_up.blend' + infile = ppath / 'doubly_linked_up-windows.blend' packer = pack.Packer(infile, ppath, self.tpath) packer.strategise()