| Index: tests/gclient_scm_test.py
|
| diff --git a/tests/gclient_scm_test.py b/tests/gclient_scm_test.py
|
| index 43152dbae006211c3d78042aa73b4cd63bd69fa9..a075d86c750f5eb49d69eda3fe00a98980665346 100755
|
| --- a/tests/gclient_scm_test.py
|
| +++ b/tests/gclient_scm_test.py
|
| @@ -731,7 +731,7 @@ from :3
|
| '________ running \'git clone -b master --verbose %s %s\' in \'%s\'\n'
|
| 'Initialized empty Git repository in %s\n') %
|
| (join(self.root_dir, '.', '.git'), join(root_dir, 'foo'), root_dir,
|
| - join(root_dir, 'foo', '.git') + '/'))
|
| + join(gclient_scm.os.path.realpath(root_dir), 'foo', '.git') + '/'))
|
|
|
| def testUpdateUpdate(self):
|
| if not self.enabled:
|
|
|