diff --git a/snapshots/btrfs/btrfs_test.go b/snapshots/btrfs/btrfs_test.go index 41714e324..6e5b246ce 100644 --- a/snapshots/btrfs/btrfs_test.go +++ b/snapshots/btrfs/btrfs_test.go @@ -121,10 +121,6 @@ func TestBtrfsMounts(t *testing.T) { testutil.RequiresRoot(t) ctx := context.Background() - // create temporary directory for mount point - mountPoint := t.TempDir() - t.Log("temporary mount point created", mountPoint) - root := t.TempDir() b, c, err := boltSnapshotter(t)(ctx, root)