Changes to the Cumulus backup format and tools.
[cumulus.git] / tests / digest_tree
index 2ee419e..5882581 100755 (executable)
@@ -35,7 +35,7 @@ def stat_file(path):
     if include_mode:
         metadata.append("mode=%o" % st.st_mode)
     if include_mtime:
-        metadata.append("size=%d" % st.st_mtime)
+        metadata.append("mtime=%d" % st.st_mtime)
     if stat.S_ISREG(st.st_mode):
         digest = hashlib.sha256()
         BUF_SIZE = 1 << 16