From 3c0602ff418ff1a1b18440a6994fd73226786251 Mon Sep 17 00:00:00 2001 From: antirez Date: Mon, 23 Jan 2012 16:19:49 +0100 Subject: [PATCH] CLIENT LIST test fixed (there is a new omem field in the output) --- tests/unit/introspection.tcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit/introspection.tcl b/tests/unit/introspection.tcl index db21cbd05..3daa65e07 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*} } -- GitLab