mirror of
				https://github.com/containers/podman.git
				synced 2025-10-31 01:50:50 +08:00 
			
		
		
		
	 676fcb722f
			
		
	
	676fcb722f
	
	
	
		
			
			Also fix the tests so we can use the podman function with the output. Signed-off-by: Paul Holzinger <paul.holzinger@web.de>
		
			
				
	
	
		
			6 lines
		
	
	
		
			180 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			180 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
| # -*- bash -*-
 | |
| 
 | |
| test_port 5000 = "Podman rulez!"
 | |
| podman container inspect -l --format '{{.Config.Labels}}'
 | |
| like "$output" "io.podman:the_best" "$testname : Container label is set"
 |