+1
−0
diffoscope/comparators/berkeley_db.py
0 → 100644
+53
−0
tests/comparators/test_berkeley_db.py
0 → 100644
+54
−0
Loading
Add support for comparing Berkeley DB files. This is currently incomplete because the Berkeley DB libraries do not return the same uid/hash reliably (it returns "random" memory contents) so we must strip those from the human-readable output. (Closes: #890528)