diff --git a/tests/integration/aof.tcl b/tests/integration/aof.tcl index 6a074fbeff..f1ea73d2a0 100644 --- a/tests/integration/aof.tcl +++ b/tests/integration/aof.tcl @@ -495,7 +495,7 @@ tags {"aof external:skip"} { test {Test valkey-check-aof for old style rdb-preamble AOF} { catch { - exec src/valkey-check-aof tests/assets/rdb-preamble.aof + exec src/valkey-check-aof tests/assets/rdb-preamble.aof } result assert_match "*Start checking Old-Style AOF*RDB preamble is OK, proceeding with AOF tail*is valid*" $result }