]> git.saurik.com Git - redis.git/commit
Replace unnecessary calls to echo and cat
authorMichael Schlenker <MichaelSchlenker@gmx.net>
Tue, 17 Apr 2012 20:20:54 +0000 (22:20 +0200)
committerMichael Schlenker <MichaelSchlenker@gmx.net>
Tue, 17 Apr 2012 20:20:54 +0000 (22:20 +0200)
commit875944a23f37916a419bcf4b69e3b255ef093cde
tree644afab3eb2b9d5108b28469cbb7f2fb9bebcd09
parent6a3f0ac68a0d649b85575dd61ef4bd26efb3ac81
Replace unnecessary calls to echo and cat

Tcl's exec can send data to stdout itself, no need to call cat/echo for
that usually.
tests/integration/aof.tcl
tests/support/server.tcl
tests/unit/aofrw.tcl