test: remove redundant mountPoint
Signed-off-by: Eng Zer Jun <engzerjun@gmail.com>
This commit is contained in:
parent
18ec2761c0
commit
52d307ac13
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user