From 8c4fa5d9911e0ded19ab111655a8d7ad0c8355b1 Mon Sep 17 00:00:00 2001 From: John Sully Date: Tue, 5 Mar 2024 03:03:08 +0000 Subject: [PATCH] Fix typo in test path --- tests/integration/replication-psync-flash.tcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/replication-psync-flash.tcl b/tests/integration/replication-psync-flash.tcl index 84e877c6b..e57ccea0e 100644 --- a/tests/integration/replication-psync-flash.tcl +++ b/tests/integration/replication-psync-flash.tcl @@ -10,7 +10,7 @@ # checked for consistency. if {$::flash_enabled} { proc test_psync {descr duration backlog_size backlog_ttl delay cond mdl sdl reconnect} { - start_server [list tags {"repl"} overrides [list storage-provider {flash .rocks.db.m} repl-backlog-size 64m]] { + start_server [list tags {"repl"} overrides [list storage-provider {flash ./rocks.db.m} repl-backlog-size 64m]] { start_server [list tags {flash} overrides [list storage-provider {flash ./rocks.db} delete-on-evict no storage-flush-period 10]] { set master [srv -1 client]