aboutsummaryrefslogtreecommitdiffstats
path: root/checks/armsigs.test
diff options
context:
space:
mode:
Diffstat (limited to 'checks/armsigs.test')
-rwxr-xr-xchecks/armsigs.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/checks/armsigs.test b/checks/armsigs.test
index 16b709685..2cba37de9 100755
--- a/checks/armsigs.test
+++ b/checks/armsigs.test
@@ -4,8 +4,8 @@
#info Checking armored signatures
for i in $plain_files $data_files ; do
- echo "$usrpass1" | run_gpg --passphrase-fd 0 -sa -o x --yes $i
- run_gpg -o y --yes x
+ echo "$usrpass1" | ./run-gpg --passphrase-fd 0 -sa -o x --yes $i
+ ./run-gpg -o y --yes x
cmp $i y || error "$i: mismatch"
done