rpm: assign a real shell to user monkeysphere
[monkeysphere.git] / tests / basic
index 4ceabd45047c1ea81ada68a5cf837e2bbccf52e0..9b9eb05cc578ec4ca92a8dabaa02e27095084df6 100755 (executable)
@@ -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