| Index: tests/trychange_unittest.py
|
| ===================================================================
|
| --- tests/trychange_unittest.py (revision 28584)
|
| +++ tests/trychange_unittest.py (working copy)
|
| @@ -69,7 +69,8 @@
|
| class GITUnittest(TryChangeTestsBase):
|
| """trychange.GIT tests."""
|
| def setUp(self):
|
| - self.fake_root = '/fake_root'
|
| + self.fake_root = gcl.os.path.join(gcl.os.path.dirname(__file__),
|
| + 'fake_root')
|
| self.expected_files = ['foo.txt', 'bar.txt']
|
| options = optparse.Values()
|
| options.files = self.expected_files
|
|
|