diff --git a/tests/unit/type/string.tcl b/tests/unit/type/string.tcl index 6d273498a..d7969b5b3 100644 --- a/tests/unit/type/string.tcl +++ b/tests/unit/type/string.tcl @@ -631,9 +631,9 @@ if {[string match {*jemalloc*} [s mem_allocator]]} { assert_replication_stream $repl { {select *} {set foo bar} - {del foo} + {unlink foo} {set foo bar} - {del foo} + {unlink foo} {incr foo} }