tests: Use info and error instead of a plain echo.

* tests/openpgp/4gb-packet.test: Use error and info.

Signed-off-by: Werner Koch <wk@gnupg.org>
This commit is contained in:
Werner Koch 2016-01-06 08:34:14 +01:00
parent 0a00115ee2
commit 1fbfa1bf0a
No known key found for this signature in database
GPG Key ID: E3FDFF218E45B72B
1 changed files with 2 additions and 4 deletions

View File

@ -8,9 +8,7 @@ i=$srcdir/4gb-packet.asc
if ! $GPG --list-packets $i >/dev/null
then
echo Failed to parse 4GB packet.
exit 1
error Failed to parse 4GB packet.
else
echo Can parse 4GB packets.
exit 0
info Can parse 4GB packets.
fi