re-generated unittests check files due changed z85 padding

This commit is contained in:
TLINDEN
2014-02-08 20:36:40 +01:00
parent da8f40b596
commit 5bbe95f6fe
24 changed files with 2178 additions and 185 deletions

View File

@@ -123,12 +123,13 @@ dxmorg@florida.cops.gov
cmd = $pcp -t -I unknown3
expect = /empty/
</test>
/*
temporarily disabled
<test check-determine-encrypted-file>
cmd = $pcp -t -I unknown4
expect = /encrypted/
</test>
*/
#
# encryption tests
<test check-crypto-alicia-init>
@@ -399,12 +400,6 @@ dxmorg@florida.cops.gov
expect = /secret key contained in key seems to be empty/
</test>
<test check-testkey-wrong-serial>
cmd = $pcp -V $vault -S -I testkey-wrong-serial
# sometimes the created key is invalid in another way
expect = /(invalid serial number|could not decode input)/
</test>
<test check-testkey-wrong-type>
cmd = $pcp -V $vault -S -I testkey-wrong-type
expect = /key type is not SECRET/
@@ -423,11 +418,6 @@ dxmorg@florida.cops.gov
expect = /(invalid key id|could not decode input)/
</test>
<test check-testpubkey-wrong-serial>
cmd = $pcp -V $vault -P -I testpubkey-wrong-serial
expect = /invalid serial number/
</test>
<test check-testpubkey-wrong-type>
cmd = $pcp -V $vault -P -I testpubkey-wrong-type
expect = /key type is not PUBLIC/