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