X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/846d8b3ea558fadd8aa4eb5ad5f8d3bf4717b731..cc1cb7e5408291919922ded1aa3921f6b55c6307:/tests/integration/aof.tcl diff --git a/tests/integration/aof.tcl b/tests/integration/aof.tcl index abcebe13..4cbe6eaa 100644 --- a/tests/integration/aof.tcl +++ b/tests/integration/aof.tcl @@ -59,13 +59,13 @@ tags {"aof"} { ## Test that redis-check-aof indeed sees this AOF is not valid test {Short read: Utility should confirm the AOF is not valid} { catch { - exec ./redis-check-aof $aof_path + exec src/redis-check-aof $aof_path } str set _ $str } {*not valid*} test {Short read: Utility should be able to fix the AOF} { - exec echo y | ./redis-check-aof --fix $aof_path + exec echo y | src/redis-check-aof --fix $aof_path } {*Successfully truncated AOF*} ## Test that the server can be started using the truncated AOF