X-Git-Url: https://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=ccan%2Ftdb2%2Ftest%2Frun-tdb1-oldhash.c;fp=ccan%2Ftdb2%2Ftest%2Frun-tdb1-oldhash.c;h=4f74dbb95b41ac19bc46340b722b3e6c638a227d;hp=32b4200d5456b0436bec4255dd02cee2c56f6aee;hb=3004f7e89a5978064b4fb29c1027e6d0d39e9418;hpb=8a47d50d72ea62e378dc92b150c92c1317c73fa3 diff --git a/ccan/tdb2/test/run-tdb1-oldhash.c b/ccan/tdb2/test/run-tdb1-oldhash.c index 32b4200d..4f74dbb9 100644 --- a/ccan/tdb2/test/run-tdb1-oldhash.c +++ b/ccan/tdb2/test/run-tdb1-oldhash.c @@ -25,13 +25,13 @@ int main(int argc, char *argv[]) tdb1_close(tdb); tdb = tdb1_open_ex("test/old-nohash-le.tdb1", 0, 0, O_RDWR, 0, - &taplogctx, tdb1_jenkins_hash); + &taplogctx, tdb1_incompatible_hash); ok1(tdb); ok1(tdb1_check(tdb, NULL, NULL) == 0); tdb1_close(tdb); tdb = tdb1_open_ex("test/old-nohash-be.tdb1", 0, 0, O_RDWR, 0, - &taplogctx, tdb1_jenkins_hash); + &taplogctx, tdb1_incompatible_hash); ok1(tdb); ok1(tdb1_check(tdb, NULL, NULL) == 0); tdb1_close(tdb);