1767
1764
stdin_content = 'bar\n' # Not the right password
1768
1765
self.server.add_user(user, password)
1769
1766
t = self.get_user_transport(user, None)
1772
1768
# Create a minimal config file with the right password
1773
1769
_setup_authentication_config(scheme='http', port=self.server.port,
1774
1770
user=user, password=password)