diff --git a/tps/0044_SDK_lib_server_exists.sh b/tps/0044_SDK_lib_server_exists.sh index 58a34a4..b4eaa95 100755 --- a/tps/0044_SDK_lib_server_exists.sh +++ b/tps/0044_SDK_lib_server_exists.sh @@ -21,7 +21,7 @@ source "$SCRIPT_DIR/testlib.bash" parseArguments "$@" processArguments -if [ "$MSI_VENDOR" == "Adoptium" ] && [[ "$OTOOL_JDK_VERSION" -eq 20 ]]; then +if [ "$MSI_VENDOR" == "Adoptium" ] && [[ "$OTOOL_JDK_VERSION" -eq 21 ]]; then echo "$NOT_IMPLEMENTED_ON_ADOPTIUM" exit 0 fi @@ -40,4 +40,4 @@ else if ! directoryExists $SERVER_PATH; then exit 1 fi -fi \ No newline at end of file +fi