aboutsummaryrefslogtreecommitdiffstats
path: root/checks/armdetachm.test
diff options
context:
space:
mode:
Diffstat (limited to 'checks/armdetachm.test')
-rwxr-xr-xchecks/armdetachm.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/checks/armdetachm.test b/checks/armdetachm.test
index f628fcf2b..f1958424c 100755
--- a/checks/armdetachm.test
+++ b/checks/armdetachm.test
@@ -4,6 +4,6 @@
#info Checking armored detached signatures of multiple files
i="$plain_files $data_files"
-echo "$usrpass1" | $srcdir/run-gpg --passphrase-fd 0 -sab -o x --yes $i
-cat $i | $srcdir/run-gpg -o /dev/null --yes x || error "$i: bad signature"
+echo "$usrpass1" | $GPG --passphrase-fd 0 -sab -o x --yes $i
+cat $i | $GPG -o /dev/null --yes x || error "$i: bad signature"