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 8a5f39904..b400e72dc 100755 --- a/tests/openpgp/seat.test +++ b/tests/openpgp/seat.test @@ -11,7 +11,7 @@ . $srcdir/defs.inc || exit 3 for i in $plain_files ; do - echo "$usrpass1" | $GPG --passphrase-fd 0 --always-trust -seat \ + echo "$usrpass1" | $GPG --passphrase-fd 0 ${opt_always} -seat \ -r [email protected] -o x --yes $i $GPG -o y --yes x cmp $i y || error "$i: mismatch" |