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