summaryrefslogtreecommitdiff
path: root/tests/unit/aofrw.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/aofrw.tcl')
-rw-r--r--tests/unit/aofrw.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/aofrw.tcl b/tests/unit/aofrw.tcl
index c5430eedc..dff7588ff 100644
--- a/tests/unit/aofrw.tcl
+++ b/tests/unit/aofrw.tcl
@@ -73,7 +73,7 @@ start_server {tags {"aofrw"}} {
r config set appendonly no
r exec
wait_for_condition 50 100 {
- [string match {*Killing*AOF*child*} [exec tail -n5 < [srv 0 stdout]]]
+ [string match {*Killing*AOF*child*} [exec tail -5 < [srv 0 stdout]]]
} else {
fail "Can't find 'Killing AOF child' into recent logs"
}