Skip to content

Commit 6ce92bc

Browse files
committed
Fix typo
1 parent b337b2a commit 6ce92bc

File tree

1 file changed

+1
-1
lines changed
  • tests/kata-containerized-test-tool/internal/tests/sdl

1 file changed

+1
-1
lines changed

tests/kata-containerized-test-tool/internal/tests/sdl/sdl.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ func (t *SDLTest) runBinSkimTests(result *core.TestResult) bool {
104104
filepath.Join(binariesDir, "kata-overlay"),
105105
filepath.Join(binariesDir, "utarfs"),
106106
filepath.Join(binariesDir, "cloud-hypervisor"),
107-
filepath.Join(binariesDir, "virtio-fsd"),
107+
filepath.Join(binariesDir, "virtiofsd"),
108108
}
109109

110110
success := true

0 commit comments

Comments
 (0)