| Index: unittests/package_test.py
|
| diff --git a/unittests/package_test.py b/unittests/package_test.py
|
| index e2f0aaef5599387137135e523b66f4eaa556dc58..36092c2c855337f1f97728d14c1bcf8890a8b801 100755
|
| --- a/unittests/package_test.py
|
| +++ b/unittests/package_test.py
|
| @@ -67,7 +67,7 @@ class TestGitRepoSpec(MockIOThings, unittest.TestCase):
|
| os.path.join(self.context.package_dir, 'funny_recipes')])
|
| self.mock_subprocess.check_output.assert_any_call(
|
| ['git',
|
| - '--git-dir', 'repo/root/recipes/.recipe_deps/funny_recipes/.git',
|
| + '-C', 'repo/root/recipes/.recipe_deps/funny_recipes',
|
| 'reset', '-q', '--hard', 'deadbeef'])
|
|
|
|
|
|
|