Chromium Code Reviews| Index: test/mac/type_envvars/test_bundle_loadable_module.sh |
| =================================================================== |
| --- test/mac/type_envvars/test_bundle_loadable_module.sh (revision 1485) |
| +++ test/mac/type_envvars/test_bundle_loadable_module.sh (working copy) |
| @@ -17,3 +17,6 @@ |
| [[ ! $DYLIB_INSTALL_NAME_BASE && ${DYLIB_INSTALL_NAME_BASE-_} ]] |
| [[ ! $LD_DYLIB_INSTALL_NAME && ${LD_DYLIB_INSTALL_NAME-_} ]] |
| + |
| +# Should be set, but empty. |
| +[[ ! $SDKROOT && ! ${SDKROOT-_} ]] |