File: 1106425.patch

package info (click to toggle)
libtest-redisserver-perl 0.23-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 188 kB
  • sloc: perl: 181; sh: 4; makefile: 2
file content (19 lines) | stat: -rw-r--r-- 726 bytes parent folder | download | duplicates (2)
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;