mirror of
http://github.com/valkey-io/valkey
synced 2024-11-22 18:54:58 +00:00
Fix typo in test_helper.tcl (#1080)
Fix typo in test_helper.tcl: even driven => event driven Signed-off-by: chx9 <cheng.huan@icloud.com>
This commit is contained in:
parent
a37dee4b3a
commit
bb57dfe630
@ -533,7 +533,7 @@ proc the_end {} {
|
||||
}
|
||||
}
|
||||
|
||||
# The client is not even driven (the test server is instead) as we just need
|
||||
# The client is not event driven (the test server is instead) as we just need
|
||||
# to read the command, execute, reply... all this in a loop.
|
||||
proc test_client_main server_port {
|
||||
set ::test_server_fd [socket localhost $server_port]
|
||||
|
Loading…
Reference in New Issue
Block a user