mirror of
git://git.gnupg.org/gnupg.git
synced 2024-12-22 10:19:57 +01:00
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:
parent
0a00115ee2
commit
1fbfa1bf0a
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user