| Index: test/mac/type_envvars/test_nonbundle_executable.sh
|
| diff --git a/test/mac/type_envvars/test_nonbundle_executable.sh b/test/mac/type_envvars/test_nonbundle_executable.sh
|
| index 5758595d88f2bffb44f3440729de0b1f0dee7eba..e6eef78b257e7fb7dbf1c5b45ab2ad82636885e1 100755
|
| --- a/test/mac/type_envvars/test_nonbundle_executable.sh
|
| +++ b/test/mac/type_envvars/test_nonbundle_executable.sh
|
| @@ -4,6 +4,7 @@
|
| # found in the LICENSE file.
|
|
|
| set -e
|
| +
|
| # For some reason, Xcode doesn't set MACH_O_TYPE for non-bundle executables.
|
| # Check for "not set", not just "empty":
|
| [[ ! $MACH_O_TYPE && ${MACH_O_TYPE-_} ]]
|
| @@ -18,5 +19,4 @@ test $EXECUTABLE_PATH = nonbundle_executable
|
| [[ ! $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"
|
|
|