Skip to content

Commit

Permalink
test: remove redundant mountPoint
Browse files Browse the repository at this point in the history
Signed-off-by: Eng Zer Jun <engzerjun@gmail.com>
(cherry picked from commit 52d307a)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
  • Loading branch information
Juneezee authored and thaJeztah committed Mar 7, 2023
1 parent 588ed91 commit c23945c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions snapshots/btrfs/btrfs_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit c23945c

Please sign in to comment.