X-Git-Url: http://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=ccan%2Ftdb2%2Ftest%2Frun-35-convert.c;h=b7b1e6e562501dc42f1f0c33b20a7576bea939d3;hp=0300369194346db7c30518336f74de1355174276;hb=56023cca5f66a40646a1e807c3d10af6e5913623;hpb=3e3ee8b0c1e77340ab9e8678c2d23646d8cdb627 diff --git a/ccan/tdb2/test/run-35-convert.c b/ccan/tdb2/test/run-35-convert.c index 03003691..b7b1e6e5 100644 --- a/ccan/tdb2/test/run-35-convert.c +++ b/ccan/tdb2/test/run-35-convert.c @@ -1,13 +1,6 @@ #include #include -#include -#include -#include -#include -#include -#include -#include -#include +#include "tdb2-source.h" #include #include #include "logging.h" @@ -18,7 +11,10 @@ int main(int argc, char *argv[]) unsigned int i, messages = 0; struct tdb_context *tdb; int flags[] = { TDB_DEFAULT, TDB_NOMMAP, - TDB_CONVERT, TDB_NOMMAP|TDB_CONVERT }; + TDB_CONVERT, TDB_NOMMAP|TDB_CONVERT, + TDB_VERSION1, TDB_NOMMAP|TDB_VERSION1, + TDB_CONVERT|TDB_VERSION1, + TDB_NOMMAP|TDB_CONVERT|TDB_VERSION1 }; failtest_init(argc, argv); failtest_hook = block_repeat_failures;