mirror of
https://github.com/mtrojnar/osslsigncode.git
synced 2025-07-03 19:52:47 -05:00
multiple signature test
This commit is contained in:

committed by
Michał Trojnara

parent
4f71fefb79
commit
c0d65b2441
@ -118,6 +118,7 @@ verify_signature() {
|
||||
if test "$4" = "success" -a "$result" -eq 0
|
||||
then
|
||||
rm -f "test_$2.$3" "test_$2_signed.$3" "test_$2_modifed.$3" "test_$2_changed.$3"
|
||||
rm -f "test_$2_a.$3" "test_$2_b.$3"
|
||||
result=0
|
||||
elif test "$4" = "fail" -a "$result" -eq 1
|
||||
then
|
||||
|
Reference in New Issue
Block a user