1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
Description: Adjust test to redis 8.0.0
Origin: vendor
Bug-Debian: https://bugs.debian.org/1106425
Author: Chris Lamb <lamby@debian.org>
Reviewed-by: gregor herrmann <gregoa@debian.org>
Last-Update: 2025-05-29
Forwarded: https://github.com/typester/Test-RedisServer/pull/18
Bug: https://github.com/typester/Test-RedisServer/pull/18
--- a/t/unknown_conf.t
+++ b/t/unknown_conf.t
@@ -15,6 +15,6 @@
ok !$server, 'server did not initialize ok';
-like $@, qr/\*\*\* FATAL CONFIG FILE ERROR( \([^\)]+\))? \*\*\*/, 'error msg ok';
+like $@, qr/(?:\*\*\* FATAL CONFIG FILE ERROR( \([^\)]+\))? \*\*\*|Module Configuration detected without loadmodule directive or no ApplyConfig call: aborting)/, 'error msg ok';
done_testing;
|