Sign in
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
jejb
/
sbsigntools
/
f6115a8045275a0dc138f9088ba018441146e81d
/
.
/
tests
/
sign-missing-image.sh
blob: ce0cd9ed16a978432010f5f6f34a842f6aa48159 [
file
] [
log
] [
blame
]
#!/bin/bash -e
signed
=
"test.signed"
set
+
e
"$sbsign"
--
cert
"$cert"
--
key
"$key"
--
output
"$signed"
"missing-image"
rc
=
$
?
set
-
e
test $rc
-
eq
1