diff options
Diffstat (limited to 'tests/openpgp/seat.test')
-rwxr-xr-x | tests/openpgp/seat.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/openpgp/seat.test b/tests/openpgp/seat.test index 28e69256c..8a5f39904 100755 --- a/tests/openpgp/seat.test +++ b/tests/openpgp/seat.test @@ -12,7 +12,7 @@ for i in $plain_files ; do echo "$usrpass1" | $GPG --passphrase-fd 0 --always-trust -seat \ - -r two -o x --yes $i + -r two@example.com -o x --yes $i $GPG -o y --yes x cmp $i y || error "$i: mismatch" done |