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