summaryrefslogtreecommitdiff
path: root/tests/unit/introspection.tcl
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2012-03-13 18:06:29 +0100
committerantirez <antirez@gmail.com>2012-03-13 18:06:29 +0100
commit6df450b77c34729aa7a1138051bbaf0acd48563c (patch)
tree00a384464c9f2a71fbe5fe4a89886131ff3bdaf2 /tests/unit/introspection.tcl
parentd19015be12c98f329cdaab039b843c3bf8931916 (diff)
downloadredis-6df450b77c34729aa7a1138051bbaf0acd48563c.tar.gz
CLIENT LIST test modified to reflect the new output.
Diffstat (limited to 'tests/unit/introspection.tcl')
-rw-r--r--tests/unit/introspection.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/introspection.tcl b/tests/unit/introspection.tcl
index 3daa65e07..a768e2ab9 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 omem=0 events=r cmd=client*}
+ } {*addr=*:* fd=* age=* idle=* flags=N db=9 sub=0 psub=0 qbuf=0 qbuf-free=* obl=0 oll=0 omem=0 events=r cmd=client*}
}