Skip to content

Commit a1f2e75

Browse files
committed
preinstall_sb_test: Adapt the test to new defaults
New defaults does not permit VM.
1 parent f2686ea commit a1f2e75

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

secboot/preinstall_sb_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ func (s *preinstallSuite) TestPreinstallCheckConfig(c *C) {
294294
permitVM bool
295295
}{
296296
{false, false}, // default config
297-
{true, true}, // modify default config to permit VM
297+
{true, false}, // VM will trigger an ignore action
298298
}
299299

300300
for _, tc := range testCases {

0 commit comments

Comments
 (0)