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 5cd740c6baf81e8d790a6c6bdd51c9819566317a..9a08c8f0ccae9e4358bfe63341ce307d4907bc74 100755 |
--- a/test/mac/type_envvars/test_bundle_executable.sh |
+++ b/test/mac/type_envvars/test_bundle_executable.sh |
@@ -14,6 +14,16 @@ test "${EXECUTABLE_NAME}" = "My App" |
test "${EXECUTABLE_PATH}" = "My App.app/Contents/MacOS/My App" |
test "${WRAPPER_NAME}" = "My App.app" |
+test "${CONTENTS_FOLDER_PATH}" = "My App.app/Contents" |
+test "${EXECUTABLE_FOLDER_PATH}" = "My App.app/Contents/MacOS" |
+test "${UNLOCALIZED_RESOURCES_FOLDER_PATH}" = "My App.app/Contents/Resources" |
+test "${JAVA_FOLDER_PATH}" = "My App.app/Contents/Resources/Java" |
+test "${FRAMEWORKS_FOLDER_PATH}" = "My App.app/Contents/Frameworks" |
+test "${SHARED_FRAMEWORKS_FOLDER_PATH}" = "My App.app/Contents/SharedFrameworks" |
+test "${SHARED_SUPPORT_FOLDER_PATH}" = "My App.app/Contents/SharedSupport" |
+test "${PLUGINS_FOLDER_PATH}" = "My App.app/Contents/PlugIns" |
+test "${XPCSERVICES_FOLDER_PATH}" = "My App.app/Contents/XPCServices" |
+ |
[[ ! $DYLIB_INSTALL_NAME_BASE && ${DYLIB_INSTALL_NAME_BASE-_} ]] |
[[ ! $LD_DYLIB_INSTALL_NAME && ${LD_DYLIB_INSTALL_NAME-_} ]] |