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