| Index: test/copies/gyptest-samedir.py
|
| diff --git a/test/copies/gyptest-samedir.py b/test/copies/gyptest-samedir.py
|
| index 3f0c547300e2c4dbebc6b8b0819dfb6f87918f15..16547f48d8b70d0a67acdd66e10311a79412c100 100755
|
| --- a/test/copies/gyptest-samedir.py
|
| +++ b/test/copies/gyptest-samedir.py
|
| @@ -14,6 +14,7 @@ import TestGyp
|
| # The Android build system doesn't allow output to go to arbitrary places.
|
| test = TestGyp.TestGyp(formats=['!android'])
|
| test.run_gyp('copies-samedir.gyp', chdir='src')
|
| +
|
| test.relocate('src', 'relocate/src')
|
| test.build('copies-samedir.gyp', 'copies_samedir', chdir='relocate/src')
|
|
|
|
|