We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b337b2a commit 6ce92bcCopy full SHA for 6ce92bc
tests/kata-containerized-test-tool/internal/tests/sdl/sdl.go
@@ -104,7 +104,7 @@ func (t *SDLTest) runBinSkimTests(result *core.TestResult) bool {
104
filepath.Join(binariesDir, "kata-overlay"),
105
filepath.Join(binariesDir, "utarfs"),
106
filepath.Join(binariesDir, "cloud-hypervisor"),
107
- filepath.Join(binariesDir, "virtio-fsd"),
+ filepath.Join(binariesDir, "virtiofsd"),
108
}
109
110
success := true
0 commit comments