Commit d58e2fd2 authored by Rusty Russell's avatar Rusty Russell

ntdb: don't overlap with test filenames.

This may have been causing a travis failure.  Let's see!
Signed-off-by: default avatarRusty Russell <rusty@rustcorp.com.au>
parent fc06310d
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment