Browse Source

ntdb: don't overlap with test filenames.

This may have been causing a travis failure.  Let's see!

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Rusty Russell 10 years ago
parent
commit
d58e2fd2a6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ccan/ntdb/test/api-20-alloc-attr.c

+ 1 - 1
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++) {
 	for (i = 0; i < sizeof(flags) / sizeof(flags[0]); i++) {
 		curr_ntdb = NULL;
 		curr_ntdb = NULL;
 		curr_file = 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);
 			       O_RDWR|O_CREAT|O_TRUNC, 0600, &alloc_attr);
 		ok1(ntdb);
 		ok1(ntdb);
 		if (!ntdb)
 		if (!ntdb)