Skip to content

Commit 52d307a

Browse files
committed
test: remove redundant mountPoint
Signed-off-by: Eng Zer Jun <[email protected]>
1 parent 18ec276 commit 52d307a

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

snapshots/btrfs/btrfs_test.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -121,10 +121,6 @@ func TestBtrfsMounts(t *testing.T) {
121121
testutil.RequiresRoot(t)
122122
ctx := context.Background()
123123

124-
// create temporary directory for mount point
125-
mountPoint := t.TempDir()
126-
t.Log("temporary mount point created", mountPoint)
127-
128124
root := t.TempDir()
129125

130126
b, c, err := boltSnapshotter(t)(ctx, root)

0 commit comments

Comments
 (0)