From 2d04eef425ab912c33c1b51a4f0018ae72809dae Mon Sep 17 00:00:00 2001 From: antirez Date: Fri, 23 Mar 2012 20:20:43 +0100 Subject: [PATCH] Contextualize comment. --- tests/integration/rdb.tcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"]] { -- 2.45.2