Rev 5583: Fix typo. in file:///home/vila/src/bzr/bugs/690563-better-env-isolation/

Vincent Ladeuil v.ladeuil+lp at free.fr
Thu Dec 16 15:57:52 GMT 2010


At file:///home/vila/src/bzr/bugs/690563-better-env-isolation/

------------------------------------------------------------
revno: 5583
revision-id: v.ladeuil+lp at free.fr-20101216155752-wgwwmu61y978m5ut
parent: v.ladeuil+lp at free.fr-20101216152910-5mpkn28xy3oa1cuw
committer: Vincent Ladeuil <v.ladeuil+lp at free.fr>
branch nick: 690563-better-env-isolation
timestamp: Thu 2010-12-16 16:57:52 +0100
message:
  Fix typo.
-------------- next part --------------
=== modified file 'bzrlib/tests/test_sftp_transport.py'
--- a/bzrlib/tests/test_sftp_transport.py	2010-12-16 15:29:10 +0000
+++ b/bzrlib/tests/test_sftp_transport.py	2010-12-16 15:57:52 +0000
@@ -174,7 +174,7 @@
         from bzrlib.transport import ssh
         # set '.' as the only location in the path, forcing no 'ssh' to exist
         self.overrideAttr(ssh, '_ssh_vendor_manager')
-        self.overrideEnv('PATH' '.')
+        self.overrideEnv('PATH', '.')
         ssh._ssh_vendor_manager.clear_cache()
         vendor = ssh._get_ssh_vendor()
         self.assertIsInstance(vendor, ssh.ParamikoVendor)



More information about the bazaar-commits mailing list