test: remove redundant mountPoint
				
					
				
			Signed-off-by: Eng Zer Jun <engzerjun@gmail.com>
This commit is contained in:
		| @@ -121,10 +121,6 @@ func TestBtrfsMounts(t *testing.T) { | |||||||
| 	testutil.RequiresRoot(t) | 	testutil.RequiresRoot(t) | ||||||
| 	ctx := context.Background() | 	ctx := context.Background() | ||||||
|  |  | ||||||
| 	// create temporary directory for mount point |  | ||||||
| 	mountPoint := t.TempDir() |  | ||||||
| 	t.Log("temporary mount point created", mountPoint) |  | ||||||
|  |  | ||||||
| 	root := t.TempDir() | 	root := t.TempDir() | ||||||
|  |  | ||||||
| 	b, c, err := boltSnapshotter(t)(ctx, root) | 	b, c, err := boltSnapshotter(t)(ctx, root) | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Eng Zer Jun
					Eng Zer Jun