summaryrefslogtreecommitdiffstats
path: root/checks/decrypt.test
diff options
context:
space:
mode:
Diffstat (limited to 'checks/decrypt.test')
-rwxr-xr-xchecks/decrypt.test3
1 files changed, 1 insertions, 2 deletions
diff --git a/checks/decrypt.test b/checks/decrypt.test
index 1d7449401..aab416750 100755
--- a/checks/decrypt.test
+++ b/checks/decrypt.test
@@ -4,8 +4,7 @@
#info Checking decryption of supplied files
for i in $plain_files ; do
- echo "$usrpass1" | $srcdir/run-gpg --passphrase-fd 0 \
- -o y --yes $srcdir/$i.asc
+ echo "$usrpass1" | $GPG --passphrase-fd 0 -o y --yes $srcdir/$i.asc
cmp $i y || error "$i: mismatch"
done