Skip to content

Commit

Permalink
fix: delete testing folder with long name
Browse files Browse the repository at this point in the history
  • Loading branch information
Luca Stocchi authored and Luca Stocchi committed Oct 2, 2024
1 parent 54de27a commit 8d189be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/vf/virtionet_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ func TestConnectUnixPath(t *testing.T) {
// Update HOME env so os.UserHomeDir returns the update path with subfolder
updatedUserHome := filepath.Join(origUserHome, subDir)
os.Setenv("HOME", updatedUserHome)
defer os.RemoveAll(updatedUserHome)

err := testConnectUnixgram(t)
// It should return an error
Expand Down

0 comments on commit 8d189be

Please sign in to comment.