diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/functional/lib/rspamd.robot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/lib/rspamd.robot b/test/functional/lib/rspamd.robot index e5132e3a7..725ab6e5f 100644 --- a/test/functional/lib/rspamd.robot +++ b/test/functional/lib/rspamd.robot @@ -154,7 +154,7 @@ Export Scoped Variables Log does not contain segfault record ${log} = Get File ${RSPAMD_TMPDIR}/rspamd.log encoding_errors=ignore - Should not contain ${log} Segmentation fault: msg=Segmentation fault detected + Should not contain ${log} (Segmentation fault) msg=Segmentation fault detected Redis HSET [Arguments] ${hash} ${key} ${value} |