X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fbup%2Ft%2Ftvfs.py;h=2563333a6481ccb1e213a35124799d8f9a4f1588;hb=f86e3d704af40bf98a557e58f634b1c917019821;hp=a2500f94c58f524546e69aca1f89da9c9b9e9739;hpb=65a99a77cc9be42f394198abb07f40b6de48b3d5;p=bup.git diff --git a/lib/bup/t/tvfs.py b/lib/bup/t/tvfs.py index a2500f9..2563333 100644 --- a/lib/bup/t/tvfs.py +++ b/lib/bup/t/tvfs.py @@ -114,7 +114,7 @@ def run_augment_item_meta_tests(repo, wvpass(item is not file_item) wvpass(isinstance(meta, Metadata)) wvpasseq(vfs.default_file_mode, meta.mode) - wvpasseq((0, 0, 0, 0, 0), + wvpasseq((None, None, 0, 0, 0), (meta.uid, meta.gid, meta.atime, meta.mtime, meta.ctime)) wvpass(augmented.meta.size is None) wvpasseq(file_size, augmented_w_size.meta.size)