Sign in
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
jejb
/
sbsigntools
/
f6115a8045275a0dc138f9088ba018441146e81d
/
.
/
tests
/
resign-warning.sh
blob: 71026b137ebdcf711e208fb9a4913aa69ec72921 [
file
] [
log
] [
blame
]
#!/bin/bash -e
signed
=
"test.signed"
"$sbsign"
--
cert
"$cert"
--
key
"$key"
--
output
"$signed"
"$image"
"$sbsign"
--
cert
"$cert"
--
key
"$key"
--
output
"$signed"
"$signed"
2
>&
1
|
grep
'^warning: overwriting'