mirror of
				https://github.com/moby/moby.git
				synced 2022-11-09 12:21:53 -05:00 
			
		
		
		
	Fix output format where no variable specified in mount pkg
Docker-DCO-1.1-Signed-off-by: Jessica Frazelle <jess@docker.com> (github: jfrazelle)
This commit is contained in:
		
							parent
							
								
									4ee3a318a1
								
							
						
					
					
						commit
						6fd818f3ef
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -312,7 +312,7 @@ func TestSubtreeUnbindable(t *testing.T) {
 | 
			
		|||
	if err := Mount(sourceDir, targetDir, "none", "bind,rw"); err != nil && err != syscall.EINVAL {
 | 
			
		||||
		t.Fatal(err)
 | 
			
		||||
	} else if err == nil {
 | 
			
		||||
		t.Fatalf("%q should not have been bindable")
 | 
			
		||||
		t.Fatalf("%q should not have been bindable", sourceDir)
 | 
			
		||||
	}
 | 
			
		||||
	defer func() {
 | 
			
		||||
		if err := Unmount(targetDir); err != nil {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue