]> 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)
committerantirez <antirez@gmail.com>
Tue, 24 Apr 2012 17:33:54 +0000 (19:33 +0200)
commit7d6bf7956eec198ef906ddb05b00a77d3cf6c427
tree3ddefc27b31416781f397f71f2676700a2231f0e
parente337b260507d12f4a6312aa6c34c2f8a16a732b8
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