aboutsummaryrefslogtreecommitdiffstats
path: root/checks/encryptp.test
diff options
context:
space:
mode:
Diffstat (limited to 'checks/encryptp.test')
-rwxr-xr-xchecks/encryptp.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/checks/encryptp.test b/checks/encryptp.test
index 8dc0bb0d2..ac86fb54e 100755
--- a/checks/encryptp.test
+++ b/checks/encryptp.test
@@ -5,6 +5,6 @@
#info Checking encryption with a pipe
for i in $plain_files $data_files ; do
run_gpg -e --yes -r "$usrname2" < $i | run_gpg --yes > y
- cmp $i y || error "$i: mismatch"
+ cmp $i y || fatal "$i: mismatch"
done