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