| Index: test/mac/gyptest-postbuild-copy-bundle.py
|
| diff --git a/test/mac/gyptest-postbuild-copy-bundle.py b/test/mac/gyptest-postbuild-copy-bundle.py
|
| index dc2c85f1ace1a7726d972766d5fb20e973d66eef..1f04d1cb36a0738542048ece09e5d66ef69bd022 100644
|
| --- a/test/mac/gyptest-postbuild-copy-bundle.py
|
| +++ b/test/mac/gyptest-postbuild-copy-bundle.py
|
| @@ -21,7 +21,7 @@ if sys.platform == 'darwin':
|
| CHDIR = 'postbuild-copy-bundle'
|
| test.run_gyp('test.gyp', chdir=CHDIR)
|
|
|
| - app_bundle_dir = test.built_file_path('Test app.app', chdir=CHDIR)
|
| + app_bundle_dir = test.built_file_path('Test App.app', chdir=CHDIR)
|
| bundled_framework_dir = os.path.join(
|
| app_bundle_dir, 'Contents', 'My Framework.framework', 'Resources')
|
| final_plist_path = os.path.join(bundled_framework_dir, 'Info.plist')
|
|
|