| Index: tests/scm_unittest.py
 | 
| diff --git a/tests/scm_unittest.py b/tests/scm_unittest.py
 | 
| index 31d0a7c46ecd5017d31428790080588ba1f9e2ba..5b21c6f17ebcc6fa819e501390fb3167e52e642b 100755
 | 
| --- a/tests/scm_unittest.py
 | 
| +++ b/tests/scm_unittest.py
 | 
| @@ -276,7 +276,7 @@ class RealSvnTest(fake_repos.FakeReposTestBase):
 | 
|      self._capture(
 | 
|          ['propset', 'foo', 'bar',
 | 
|           scm.os.path.join(self.svn_root, 'prout', 'origin')])
 | 
| -    fake_repos.rmtree(scm.os.path.join(self.svn_root, 'prout'))
 | 
| +    fake_repos.gclient_utils.rmtree(scm.os.path.join(self.svn_root, 'prout'))
 | 
|      with open(scm.os.path.join(self.svn_root, 'faa'), 'w') as f:
 | 
|        f.write('eh')
 | 
|      with open(scm.os.path.join(self.svn_root, 'faala'), 'w') as f:
 | 
| 
 |