aboutsummaryrefslogtreecommitdiffstats
path: root/checks/armsignencrypt.test
diff options
context:
space:
mode:
Diffstat (limited to 'checks/armsignencrypt.test')
-rwxr-xr-xchecks/armsignencrypt.test6
1 files changed, 3 insertions, 3 deletions
diff --git a/checks/armsignencrypt.test b/checks/armsignencrypt.test
index f8ffdaf4d..24b9575ad 100755
--- a/checks/armsignencrypt.test
+++ b/checks/armsignencrypt.test
@@ -5,9 +5,9 @@
#info Checking armored signing and encryption
for i in $plain_files $data_files ; do
- echo "$usrpass1" \
- | $srcdir/run-gpg --passphrase-fd 0 -sae -o x --yes -r "$usrname2" $i
- $srcdir/run-gpg -o y --yes x
+ echo "$usrpass1" | $GPG --passphrase-fd 0 --always-trust \
+ -sae -o x --yes -r "$usrname2" $i
+ $GPG -o y --yes x
cmp $i y || error "$i: mismatch"
done