#
# @test
# @bug 4692562
# @summary Requirement: Windows with printer installed. It should print with text "Hello World".
# @compile StringWidth.java
# @run shell/manual stringwidth.sh
#
status=1
{
status=$?
exit "$status"
fi
}
# pick up the compiled class files.
if [ -z "${TESTCLASSES}" ]; then
CP="."
else
CP="${TESTCLASSES}"
fi
then
exit 0
fi
# Windows
if [ -z "${TESTJAVA}" ] ; then
else
fi
exit 0