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