| Index: test/mac/type_envvars/test_bundle_loadable_module.sh
|
| diff --git a/test/mac/type_envvars/test_bundle_loadable_module.sh b/test/mac/type_envvars/test_bundle_loadable_module.sh
|
| index 79c11c0febe3007ac91079b672bd8339963f73d2..978d6b2ba3b8ab676080b18da27da53f9ab75a71 100755
|
| --- a/test/mac/type_envvars/test_bundle_loadable_module.sh
|
| +++ b/test/mac/type_envvars/test_bundle_loadable_module.sh
|
| @@ -18,5 +18,4 @@ test $WRAPPER_NAME = bundle_loadable_module.bundle
|
| [[ ! $DYLIB_INSTALL_NAME_BASE && ${DYLIB_INSTALL_NAME_BASE-_} ]]
|
| [[ ! $LD_DYLIB_INSTALL_NAME && ${LD_DYLIB_INSTALL_NAME-_} ]]
|
|
|
| -# Should be set, but empty.
|
| -[[ ! $SDKROOT && ! ${SDKROOT-_} ]]
|
| +sh "$(dirname "$0")/test_check_sdkroot.sh"
|
|
|