This commit is contained in:
Nuno Cruces
2023-09-20 15:07:07 +01:00
parent d9fcf60b7d
commit f5614bc2ed
3 changed files with 3 additions and 3 deletions

View File

@@ -151,7 +151,7 @@ func Test_multiwrite01(t *testing.T) {
func Test_config01_memory(t *testing.T) {
ctx := util.NewContext(newContext(t))
cfg := config(ctx).WithArgs("mptest", "test.db",
cfg := config(ctx).WithArgs("mptest", "/test.db",
"config01.test",
"--vfs", "memdb",
"--timeout", "1000")