From e3bb810e188cae2d40a5191500a501c85cb93381 Mon Sep 17 00:00:00 2001 From: Daniel Kahn Gillmor Date: Thu, 18 Feb 2010 12:11:47 -0500 Subject: enforce --no-armor when exporting to openpgp2ssh in case weird gpg.conf options (see bug 1625) --- tests/basic | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'tests/basic') 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 -- cgit v1.2.3