Fix test failures due to async command slip

This commit is contained in:
John Sully 2022-04-01 05:08:41 +00:00
parent c540e4b6e5
commit 94990925ba

View File

@ -1,6 +1,6 @@
source tests/support/cli.tcl source tests/support/cli.tcl
start_server {tags {"cli"}} { start_server [list tags {"cli"} overrides {enable-async-commands no}] {
proc open_cli {{opts "-n 9"} {infile ""}} { proc open_cli {{opts "-n 9"} {infile ""}} {
set ::env(TERM) dumb set ::env(TERM) dumb
set cmdline [rediscli [srv host] [srv port] $opts] set cmdline [rediscli [srv host] [srv port] $opts]