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