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