| Index: tests/gclient_scm_test.py
|
| diff --git a/tests/gclient_scm_test.py b/tests/gclient_scm_test.py
|
| index 3640a3e25a6b723b80ca31d4c9feb1a823596339..3f1ff3b02772c607edcdfaee46369faa717a3807 100755
|
| --- a/tests/gclient_scm_test.py
|
| +++ b/tests/gclient_scm_test.py
|
| @@ -1064,7 +1064,7 @@ class ManagedGitWrapperTestCaseMox(BaseTestCase):
|
| self.fake_hash_1 = 't0ta11yf4k3'
|
| self.fake_hash_2 = '3v3nf4k3r'
|
| self.url = 'git://foo'
|
| - self.root_dir = '/tmp'
|
| + self.root_dir = '/tmp' if sys.platform != 'win32' else 't:\\tmp'
|
| self.relpath = 'fake'
|
| self.base_path = os.path.join(self.root_dir, self.relpath)
|
|
|
|
|