X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=tests%2Fbasic;h=9b9eb05cc578ec4ca92a8dabaa02e27095084df6;hb=e3bb810e188cae2d40a5191500a501c85cb93381;hp=4ceabd45047c1ea81ada68a5cf837e2bbccf52e0;hpb=8b806ee99239d48fd3c2920c19f5cac7d54d2e8d;p=monkeysphere.git diff --git a/tests/basic b/tests/basic index 4ceabd4..9b9eb05 100755 --- a/tests/basic +++ b/tests/basic @@ -355,6 +355,14 @@ echo "##################################################" echo "### ssh connection test for success..." ssh_test +# Make sure it works if there is "armor" written in gpg.conf +# add other weirdnesses here as they come up. +echo +echo "##################################################" +echo "### testing functionality in the face of unusual gpg.conf settings..." +echo 'armor' >> "$GNUPGHOME"/gpg.conf +ssh_test + # remove the testuser's authorized_user_ids file, update, and make # sure that the ssh authentication FAILS echo