mirror of
				https://github.com/moby/moby.git
				synced 2022-11-09 12:21:53 -05:00 
			
		
		
		
	removed the -f
This commit is contained in:
		
							parent
							
								
									ea9095c562
								
							
						
					
					
						commit
						2eb4e2a0b8
					
				
					 5 changed files with 16 additions and 22 deletions
				
			
		| 
						 | 
				
			
			@ -29,7 +29,7 @@ func TestContainerTagImageDelete(t *testing.T) {
 | 
			
		|||
		t.Errorf("Excepted 3 images, %d found", len(images))
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	if err := srv.ImageDelete("utest/docker:tag2", true); err != nil {
 | 
			
		||||
	if err := srv.ImageDelete("utest/docker:tag2"); err != nil {
 | 
			
		||||
		t.Fatal(err)
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -42,7 +42,7 @@ func TestContainerTagImageDelete(t *testing.T) {
 | 
			
		|||
		t.Errorf("Excepted 2 images, %d found", len(images))
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	if err := srv.ImageDelete("utest:tag1", true); err != nil {
 | 
			
		||||
	if err := srv.ImageDelete("utest:tag1"); err != nil {
 | 
			
		||||
		t.Fatal(err)
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue