Skip to content

Commit

Permalink
tests: Use the renamed filenames
Browse files Browse the repository at this point in the history
Signed-off-by: Morten Linderud <[email protected]>
  • Loading branch information
Foxboron committed Feb 15, 2025
1 parent b77bf98 commit 4386be4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ func WithVM(t *testing.T, fn func(*VMTest)) {
ovmf: path.Join(dir, "OVMF_VARS.fd"),
secboot: path.Join(dir, "OVMF_CODE.secboot.fd"),
}
CopyFile("/usr/share/edk2-ovmf/x64/OVMF_VARS.fd", vm.ovmf)
CopyFile("/usr/share/edk2-ovmf/x64/OVMF_CODE.secboot.fd", vm.secboot)
CopyFile("/usr/share/edk2-ovmf/x64/OVMF_VARS.4m.fd", vm.ovmf)
CopyFile("/usr/share/edk2-ovmf/x64/OVMF_CODE.secboot.4m.fd", vm.secboot)
fn(&vm)
}

Expand Down

0 comments on commit 4386be4

Please sign in to comment.