Skip to content

Commit 8c4fa5d

Browse files
committed
Fix typo in test path
1 parent c5c4779 commit 8c4fa5d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/integration/replication-psync-flash.tcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
# checked for consistency.
1111
if {$::flash_enabled} {
1212
proc test_psync {descr duration backlog_size backlog_ttl delay cond mdl sdl reconnect} {
13-
start_server [list tags {"repl"} overrides [list storage-provider {flash .rocks.db.m} repl-backlog-size 64m]] {
13+
start_server [list tags {"repl"} overrides [list storage-provider {flash ./rocks.db.m} repl-backlog-size 64m]] {
1414
start_server [list tags {flash} overrides [list storage-provider {flash ./rocks.db} delete-on-evict no storage-flush-period 10]] {
1515

1616
set master [srv -1 client]

0 commit comments

Comments
 (0)