]> git.saurik.com Git - redis.git/commit
Tests for the interactive mode of redis-cli
authorPieter Noordhuis <pcnoordhuis@gmail.com>
Wed, 4 Aug 2010 12:15:52 +0000 (14:15 +0200)
committerPieter Noordhuis <pcnoordhuis@gmail.com>
Wed, 4 Aug 2010 13:28:03 +0000 (15:28 +0200)
commitf2dd4769dd1dad4e85fffe4e560b9b355d59e703
treea79df61a24a0bd80e6d8f58813f75419837bc711
parent68254919284ec958225e1bc5fb2951ef096c92d1
Tests for the interactive mode of redis-cli

Changed redis-cli to output the raw response for a bulk reply when it is
run in interactive mode instead of checking isatty.
src/redis-cli.c
tests/integration/redis-cli.tcl [new file with mode: 0644]
tests/test_helper.tcl