X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/03116904c399cf21db3fe4228af3a795ce20fc46..618a922957803cb9f5fc944dd0630d7d61008d06:/tests/integration/rdb.tcl diff --git a/tests/integration/rdb.tcl b/tests/integration/rdb.tcl index fdc5495f..85c5db9f 100644 --- a/tests/integration/rdb.tcl +++ b/tests/integration/rdb.tcl @@ -1,6 +1,6 @@ set server_path [tmpdir "server.rdb-encoding-test"] -# Copy RDB with zipmap encoded hash to server path +# Copy RDB with different encodings in server path exec cp tests/assets/encodings.rdb $server_path start_server [list overrides [list "dir" $server_path "dbfilename" "encodings.rdb"]] {