mirror of
				https://github.com/postgres/postgres.git
				synced 2025-11-04 00:02:52 -05:00 
			
		
		
		
	Fix count of skipped test of basebackup on Windows
Commit 920a5e500a119b03356fb1fb64a677eb1aa5fc6f add tests which should be skipped on Windows boxes, but patch doesn't contain right count of them. David Steel
This commit is contained in:
		
							parent
							
								
									920a5e500a
								
							
						
					
					
						commit
						44bd95846a
					
				@ -183,7 +183,7 @@ unlink "$pgdata/$superlongname";
 | 
			
		||||
# skip on Windows.
 | 
			
		||||
SKIP:
 | 
			
		||||
{
 | 
			
		||||
	skip "symlinks not supported on Windows", 15 if ($windows_os);
 | 
			
		||||
	skip "symlinks not supported on Windows", 17 if ($windows_os);
 | 
			
		||||
 | 
			
		||||
	# Move pg_replslot out of $pgdata and create a symlink to it.
 | 
			
		||||
	$node->stop;
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user