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