X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;ds=sidebyside;f=ccan%2Fntdb%2Ftest%2Fapi-20-alloc-attr.c;h=868764fa6623c8445543f3bde76181d7343df254;hb=979071e8587d4819a7f78613b68d29e222e5db63;hp=1abdcf6a902d186b315df6c6041c4320f00636c4;hpb=8ccb14db10cfedc5c97c9222a7955cee8246b741;p=ccan diff --git a/ccan/ntdb/test/api-20-alloc-attr.c b/ccan/ntdb/test/api-20-alloc-attr.c index 1abdcf6a..868764fa 100644 --- a/ccan/ntdb/test/api-20-alloc-attr.c +++ b/ccan/ntdb/test/api-20-alloc-attr.c @@ -81,7 +81,7 @@ int main(int argc, char *argv[]) for (i = 0; i < sizeof(flags) / sizeof(flags[0]); i++) { curr_ntdb = NULL; curr_file = NULL; - ntdb = ntdb_open("run-12-store.ntdb", flags[i]|MAYBE_NOSYNC, + ntdb = ntdb_open("run-20-alloc-attr.ntdb", flags[i]|MAYBE_NOSYNC, O_RDWR|O_CREAT|O_TRUNC, 0600, &alloc_attr); ok1(ntdb); if (!ntdb)