change test for add-msi-dse option

This commit is contained in:
olszomal
2019-07-25 15:37:39 +02:00
committed by Michał Trojnara
parent b512aa534c
commit 18810b7e0b
2 changed files with 5 additions and 10 deletions

View File

@ -93,11 +93,6 @@ verify_signature() {
result=1
printf "Failed: $8 not found\n"
fi
if [ "$result" -eq 0 ] && [ "$2" = "401" ]
then
printf "Failed: unhashed file metadata was found\n"
result=1
fi
if [ "$result" -eq 0 ]
then
if [ "$5" = "sha256sum" ]