diff options
Diffstat (limited to 'checks/run-gpg')
-rwxr-xr-x | checks/run-gpg | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/checks/run-gpg b/checks/run-gpg index 4128e00d9..518721a40 100755 --- a/checks/run-gpg +++ b/checks/run-gpg @@ -10,11 +10,6 @@ else rm err.tmp.$$ exit 1 fi -fgrep -v -f - err.tmp.$$ <<EOF -gpg: Good signature from -gpg: Signature made -gpg: note: cipher algorithm 3 not found in preferences -gpg: note: cipher algorithm 4 not found in preferences -EOF +fgrep -v -f run-gpg.patterns err.tmp.$$ rm err.tmp.$$ |