aboutsummaryrefslogtreecommitdiffstats
path: root/checks/encryptp.test
diff options
context:
space:
mode:
Diffstat (limited to 'checks/encryptp.test')
-rwxr-xr-xchecks/encryptp.test10
1 files changed, 0 insertions, 10 deletions
diff --git a/checks/encryptp.test b/checks/encryptp.test
deleted file mode 100755
index 7df24efec..000000000
--- a/checks/encryptp.test
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/bin/sh
-
-. $srcdir/defs.inc || exit 3
-
-#info Checking encryption with a pipe
-for i in $plain_files $data_files ; do
- $GPG --always-trust -e --yes -r "$usrname2" <$i | $GPG --yes > y
- cmp $i y || error "$i: mismatch"
-done
-