Skip to content

Commit

Permalink
Update 0044_SDK_lib_server_exists.sh
Browse files Browse the repository at this point in the history
Fix for #53
  • Loading branch information
RadekCap committed Nov 20, 2023
1 parent 949608b commit 3e84959
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tps/0044_SDK_lib_server_exists.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -40,4 +40,4 @@ else
if ! directoryExists $SERVER_PATH; then
exit 1
fi
fi
fi

0 comments on commit 3e84959

Please sign in to comment.