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