aboutsummaryrefslogtreecommitdiffstats
path: root/checks/armdetach.test
diff options
context:
space:
mode:
Diffstat (limited to 'checks/armdetach.test')
-rwxr-xr-xchecks/armdetach.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/checks/armdetach.test b/checks/armdetach.test
index f09fc2b40..0e22cb574 100755
--- a/checks/armdetach.test
+++ b/checks/armdetach.test
@@ -5,7 +5,7 @@
#info Checking armored detached signatures
for i in $plain_files $data_files ; do
- echo "$usrpass1" | run_gpg --passphrase-fd 0 -sab -o x --yes $i
- run_gpg -o /dev/null --yes x <$i || error "$i: bad signature"
+ echo "$usrpass1" | ./run-gpg --passphrase-fd 0 -sab -o x --yes $i
+ ./run-gpg -o /dev/null --yes x <$i || error "$i: bad signature"
done