* bzrlib/tests/test_transport_implementations.py: (TransportTests.test_rmdir): Test that rmdir raise PathError instead of testing 'has' which is tested elsewhere. I would have prefered testing NoSuchFile but ftp tests failed (ftp can't reliably gives a NoSuchFile exception).