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, 2 insertions, 1 deletions
diff --git a/checks/decrypt.test b/checks/decrypt.test
index 843c9be9d..1d7449401 100755
--- a/checks/decrypt.test
+++ b/checks/decrypt.test
@@ -4,7 +4,8 @@
#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" | $srcdir/run-gpg --passphrase-fd 0 \
+ -o y --yes $srcdir/$i.asc
cmp $i y || error "$i: mismatch"
done