mirror of
				https://gitlab.alpinelinux.org/alpine/aports.git
				synced 2025-10-31 08:21:49 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			19 lines
		
	
	
		
			839 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			839 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
| Patch-Source: https://sources.debian.org/data/main/liba/libanyevent-riperedis-perl/0.48-1/debian/patches/01_testsuite
 | |
| 
 | |
| Reference: https://github.com/iph0/AnyEvent-RipeRedis/issues/3
 | |
| --
 | |
| 
 | |
| Index: libanyevent-riperedis-perl-0.48/t/tlib/Test/RedisRunner.pm
 | |
| ===================================================================
 | |
| --- libanyevent-riperedis-perl-0.48.orig/t/tlib/Test/RedisRunner.pm	2021-05-24 23:54:19.000000000 +1000
 | |
| +++ libanyevent-riperedis-perl-0.48/t/tlib/Test/RedisRunner.pm	2023-04-27 10:49:08.741102460 +1000
 | |
| @@ -94,7 +94,7 @@
 | |
|  
 | |
|        # confirmed this message is included from v1.3.6 (older version in
 | |
|        # git repo) to current HEAD (2012-07-30)
 | |
| -      if ( $log =~ /The server is now ready to accept connections/ ) {
 | |
| +      if ( $log =~ /[rR]eady to accept connections/ ) {
 | |
|          $ready = 1;
 | |
|          last;
 | |
|        }
 |