summaryrefslogtreecommitdiffstats
path: root/checks/checkit
diff options
context:
space:
mode:
Diffstat (limited to 'checks/checkit')
-rwxr-xr-xchecks/checkit6
1 files changed, 3 insertions, 3 deletions
diff --git a/checks/checkit b/checks/checkit
index 1cc2f95ba..787da1153 100755
--- a/checks/checkit
+++ b/checks/checkit
@@ -89,12 +89,12 @@ run_g10maint --yes --dearmor -o pubring.g10 pubring.asc
run_g10maint --yes --dearmor -o secring.g10 secring.asc
run_g10maint --yes --dearmor -o plain-3 plain-3o.asc
plain_files="$plain_files plain-3"
-
-
+# make sure all files are created
+echo "$usrpass1" | run_g10 --no-operation
info Checking decryption
for i in $plain_files ; do
- echo "$usrpass1" | run_g10 --passphrase-fd 0 -o y --yes $i.asc
+run_g10 --passphrase-fd 0 -o y --yes $i.asc
cmp $i y || error "$i: mismatch"
done