mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-09-06 11:20:17 +00:00
virtiofsd: fix typo in test code
fix typo in virtiofsd_test.go Fixes: #712 Signed-off-by: zhanghj <zhanghj.lc@inspur.com>
This commit is contained in:
@@ -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"
|
||||
|
||||
|
Reference in New Issue
Block a user