]> arthur.barton.de Git - bup.git/commit
bup: add a test for index contents
authorJohannes Berg <johannes@sipsolutions.net>
Wed, 22 Jul 2020 19:35:32 +0000 (21:35 +0200)
committerRob Browning <rlb@defaultvalue.org>
Sat, 15 May 2021 18:57:24 +0000 (13:57 -0500)
commit98a924b11b52d8e41488ca800f50b3a594855458
treea71c5f7e3d483859ac7295850a2e75cc01bc46de
parentbb0e9cbf3900e65d2fddbe888e6cb21c59b308df
bup: add a test for index contents

Add a test that checks that our index files are exactly
identical to the ones git would write. This is slightly
dangerous as git might introduce a new format, but that
seems unlikely now, it's been stable for a long time;
if it happens we can deal with it then.

Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
test/ext/test-misc