mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-04-28 19:54:35 +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:
parent
6e328c0599
commit
2ce97ec680
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user