diff options
Diffstat (limited to 'checks')
-rwxr-xr-x | checks/encryptp.test | 2 | ||||
-rw-r--r-- | checks/run-gpg.patterns | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/checks/encryptp.test b/checks/encryptp.test index c63fb822f..ca88d219e 100755 --- a/checks/encryptp.test +++ b/checks/encryptp.test @@ -4,7 +4,7 @@ #info Checking encryption with a pipe for i in $plain_files $data_files ; do - $srcdir/run-gpg -e --yes -r "$usrname2" <$i | tee yy | $srcdir/run-gpg --yes > y + $srcdir/run-gpg -e --yes -r "$usrname2" <$i | $srcdir/run-gpg --yes > y cmp $i y || error "$i: mismatch" done diff --git a/checks/run-gpg.patterns b/checks/run-gpg.patterns index 9eb355e5b..76cf6073a 100644 --- a/checks/run-gpg.patterns +++ b/checks/run-gpg.patterns @@ -9,3 +9,5 @@ gpg: NOTE: secret key 439F02CA is NOT protected. gpg: WARNING: using insecure random number generator gpg: NOTE: signature key expired NOTE: this is a development version! +gpg: encrypted with +"test two (no pp) <[email protected]>" |