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