diff -r 191d0fd5c2fd -r 763be3cd084a tests/test-https.t --- a/tests/test-https.t Wed Oct 20 20:19:32 2010 +0200 +++ b/tests/test-https.t Wed Oct 20 20:19:34 2010 +0200 @@ -1,12 +1,7 @@ -Proper https client requires the built-in ssl from Python 2.6, -and https serve requires the full OpenSSL module. +Proper https client requires the built-in ssl from Python 2.6. $ "$TESTDIR/hghave" ssl || exit 80 -HTTPS serve seems to be broken on Python 2.7: - - $ [ "`python -c 'import sys; print sys.version_info[:2]'`" = '(2, 6)' ] || exit 80 - Certificates created with: printf '.\n.\n.\n.\n.\nlocalhost\nhg@localhost\n' | \ openssl req -newkey rsa:512 -keyout priv.pem -nodes -x509 -days 9000 -out pub.pem