From: antirez Date: Fri, 23 Mar 2012 19:20:43 +0000 (+0100) Subject: Contextualize comment. X-Git-Url: https://git.saurik.com/redis.git/commitdiff_plain/2d04eef425ab912c33c1b51a4f0018ae72809dae Contextualize comment. --- 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"]] {