From d1f60363d74a579ee8eee22e0b03494d63dee830 Mon Sep 17 00:00:00 2001 From: Richard Maw Date: Wed, 11 Apr 2012 13:15:50 +0100 Subject: localrepocache tests: fake_git accept cwd --- morphlib/localrepocache_tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/morphlib/localrepocache_tests.py b/morphlib/localrepocache_tests.py index 55a74a59..f221b9ee 100644 --- a/morphlib/localrepocache_tests.py +++ b/morphlib/localrepocache_tests.py @@ -44,7 +44,7 @@ class LocalRepoCacheTests(unittest.TestCase): self.lrc._mkdir = self.fake_mkdir self.lrc._remove = self.fake_remove - def fake_git(self, args): + def fake_git(self, args, cwd=None): if args[0] == 'clone': self.assertEqual(len(args), 3) remote = args[1] -- cgit v1.2.1