| Index: tests/gcl_unittest.py | 
| diff --git a/tests/gcl_unittest.py b/tests/gcl_unittest.py | 
| index e598312067cfde50aeb16e7fb419a5b81161cda6..64f5f63427855c84ef1cc2195355fc19e0fa2fc8 100755 | 
| --- a/tests/gcl_unittest.py | 
| +++ b/tests/gcl_unittest.py | 
| @@ -75,7 +75,6 @@ class GclUnittest(GclTestsBase): | 
| gcl.os.getcwd().AndReturn(root_path) | 
| result1 = { "Repository Root": "Some root" } | 
| gcl.SVN.CaptureInfo(root_path, print_error=False).AndReturn(result1) | 
| -    gcl.os.getcwd().AndReturn(root_path) | 
| results2 = { "Repository Root": "A different root" } | 
| gcl.SVN.CaptureInfo(gcl.os.path.dirname(root_path), | 
| print_error=False).AndReturn(results2) | 
|  |