diff options
Diffstat (limited to 'checks/armsigs.test')
-rwxr-xr-x | checks/armsigs.test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/checks/armsigs.test b/checks/armsigs.test index 16b709685..2cba37de9 100755 --- a/checks/armsigs.test +++ b/checks/armsigs.test @@ -4,8 +4,8 @@ #info Checking armored signatures for i in $plain_files $data_files ; do - echo "$usrpass1" | run_gpg --passphrase-fd 0 -sa -o x --yes $i - run_gpg -o y --yes x + echo "$usrpass1" | ./run-gpg --passphrase-fd 0 -sa -o x --yes $i + ./run-gpg -o y --yes x cmp $i y || error "$i: mismatch" done |