| Index: tests/gclient_scm_test.py
|
| ===================================================================
|
| --- tests/gclient_scm_test.py (revision 123393)
|
| +++ tests/gclient_scm_test.py (working copy)
|
| @@ -948,7 +948,7 @@
|
| "\n_____ foo at refs/heads/master\n\n"
|
| "________ running 'git clone --progress -b master --verbose %s %s'"
|
| " in '%s'\n"
|
| - "Cloning into %s...\ndone.\n") % (
|
| + "Cloning into '%s'...\ndone.\n") % (
|
| join(self.root_dir, '.', '.git'),
|
| join(root_dir, 'foo'),
|
| root_dir,
|
| @@ -1263,7 +1263,7 @@
|
| "\n_____ foo at refs/heads/master\n\n"
|
| "________ running 'git clone --progress -b master --verbose %s %s'"
|
| " in '%s'\n"
|
| - "Cloning into %s...\ndone.\n") % (
|
| + "Cloning into '%s'...\ndone.\n") % (
|
| join(self.root_dir, '.', '.git'),
|
| join(root_dir, 'foo'),
|
| root_dir,
|
|
|