8319668: Fixup of jar filename typo in BadFactoryTest.sh

Reviewed-by: alanb, jpai
This commit is contained in:
Gaurav Chaudhari 2023-11-28 11:35:00 +00:00 committed by Jaikiran Pai
parent 4bcda60266
commit 63ad868e18

View File

@ -1,5 +1,5 @@
#
# Copyright (c) 2018, Oracle and/or its affiliates. All rights reserved.
# Copyright (c) 2018, 2023, Oracle and/or its affiliates. All rights reserved.
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
#
# This code is free software; you can redistribute it and/or modify it
@ -56,5 +56,5 @@ fi
echo "Running test without security manager ..."
$JAVA ${TESTVMOPTS} -classpath \
"${TESTCLASSES}${PS}${TESTCLASSES}/badfactoty.jar" \
"${TESTCLASSES}${PS}${TESTCLASSES}/badfactory.jar" \
BadFactoryTest