Chromium Code Reviews| Index: test/mac/type_envvars/test_bundle_executable.sh |
| diff --git a/test/mac/type_envvars/test_bundle_executable.sh b/test/mac/type_envvars/test_bundle_executable.sh |
| index c66ce28f2e81a8e93f3ecbf6e3ef39207c5f57ef..cd993e8e6d6dbd042162454fb1598028326256bf 100755 |
| --- a/test/mac/type_envvars/test_bundle_executable.sh |
| +++ b/test/mac/type_envvars/test_bundle_executable.sh |
| @@ -17,5 +17,4 @@ test "${WRAPPER_NAME}" = "My App.app" |
| [[ ! $DYLIB_INSTALL_NAME_BASE && ${DYLIB_INSTALL_NAME_BASE-_} ]] |
| [[ ! $LD_DYLIB_INSTALL_NAME && ${LD_DYLIB_INSTALL_NAME-_} ]] |
| -# Should be set, but empty. |
| -[[ ! $SDKROOT && ! ${SDKROOT-_} ]] |
| +source "$(dirname "$0")/test_check_sdkroot.sh" |
|
Mark Mentovai
2014/03/06 17:27:29
These should all work without “source”.
sdefresne
2014/03/07 21:16:11
I'm using a git checkout, and even if I give the f
Mark Mentovai
2014/03/07 21:51:09
sdefresne wrote:
|