From: antirez Date: Mon, 23 Jan 2012 15:19:49 +0000 (+0100) Subject: CLIENT LIST test fixed (there is a new omem field in the output) X-Git-Url: https://git.saurik.com/redis.git/commitdiff_plain/3c0602ff418ff1a1b18440a6994fd73226786251?hp=8c43e66346bf917ce13b85e79700a2183fa01ab7 CLIENT LIST test fixed (there is a new omem field in the output) --- diff --git a/tests/unit/introspection.tcl b/tests/unit/introspection.tcl index db21cbd0..3daa65e0 100644 --- a/tests/unit/introspection.tcl +++ b/tests/unit/introspection.tcl @@ -1,5 +1,5 @@ start_server {tags {"introspection"}} { test {CLIENT LIST} { r client list - } {*addr=*:* fd=* idle=* flags=N db=9 sub=0 psub=0 qbuf=0 obl=0 oll=0 events=r cmd=client*} + } {*addr=*:* fd=* idle=* flags=N db=9 sub=0 psub=0 qbuf=0 obl=0 oll=0 omem=0 events=r cmd=client*} }