aboutsummaryrefslogtreecommitdiffstats
path: root/checks/armencrypt.test
diff options
context:
space:
mode:
Diffstat (limited to 'checks/armencrypt.test')
-rwxr-xr-xchecks/armencrypt.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/checks/armencrypt.test b/checks/armencrypt.test
index 48c60a8b8..cade9dde4 100755
--- a/checks/armencrypt.test
+++ b/checks/armencrypt.test
@@ -4,8 +4,8 @@
#info Checking armored encryption
for i in $plain_files $data_files ; do
- ./run-gpg -ea -o x --yes -r "$usrname2" $i
- ./run-gpg -o y --yes x
+ $srcdir/run-gpg -ea -o x --yes -r "$usrname2" $i
+ $srcdir/run-gpg -o y --yes x
cmp $i y || error "$i: mismatch"
done