mirror of
git://git.gnupg.org/gnupg.git
synced 2025-04-17 15:44:34 +02: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
|
if ! $GPG --list-packets $i >/dev/null
|
||||||
then
|
then
|
||||||
echo Failed to parse 4GB packet.
|
error Failed to parse 4GB packet.
|
||||||
exit 1
|
|
||||||
else
|
else
|
||||||
echo Can parse 4GB packets.
|
info Can parse 4GB packets.
|
||||||
exit 0
|
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user