aboutsummaryrefslogtreecommitdiffstats
path: root/checks/armsignencrypt.test
diff options
context:
space:
mode:
Diffstat (limited to 'checks/armsignencrypt.test')
-rwxr-xr-xchecks/armsignencrypt.test13
1 files changed, 0 insertions, 13 deletions
diff --git a/checks/armsignencrypt.test b/checks/armsignencrypt.test
deleted file mode 100755
index 24b9575ad..000000000
--- a/checks/armsignencrypt.test
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/bin/sh
-
-. $srcdir/defs.inc || exit 3
-
-
-#info Checking armored signing and encryption
-for i in $plain_files $data_files ; do
- echo "$usrpass1" | $GPG --passphrase-fd 0 --always-trust \
- -sae -o x --yes -r "$usrname2" $i
- $GPG -o y --yes x
- cmp $i y || error "$i: mismatch"
-done
-