Skip to content
This repository has been archived by the owner on May 12, 2021. It is now read-only.

Commit

Permalink
virtiofsd: fix typo in test code
Browse files Browse the repository at this point in the history
Fix typo in virtiofsd_test.go

Fixes: #2948

Signed-off-by: zhanghj <[email protected]>
  • Loading branch information
Kvasscn committed Sep 15, 2020
1 parent 911a495 commit 1e91677
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion virtcontainers/virtiofsd_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ func TestVirtiofsdStart(t *testing.T) {

socketDir, err := ioutil.TempDir("", "")
assert.NoError(err)
defer os.RemoveAll(sourcePath)
defer os.RemoveAll(socketDir)

socketPath := socketDir + "socket.s"

Expand Down

0 comments on commit 1e91677

Please sign in to comment.