test/jdk/sun/security/ssl/EngineArgs/DebugReportsOneExtraByte.sh
changeset 50768 68fa3d4026ea
parent 47216 71c04702a3d5
equal deleted inserted replaced
50767:356eaea05bf0 50768:68fa3d4026ea
     1 #! /bin/sh
     1 #! /bin/sh
     2 
     2 
     3 #
     3 #
     4 # Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
     4 # Copyright (c) 2012, 2018, Oracle and/or its affiliates. All rights reserved.
     5 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     5 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     6 #
     6 #
     7 # This code is free software; you can redistribute it and/or modify it
     7 # This code is free software; you can redistribute it and/or modify it
     8 # under the terms of the GNU General Public License version 2 only, as
     8 # under the terms of the GNU General Public License version 2 only, as
     9 # published by the Free Software Foundation.
     9 # published by the Free Software Foundation.
    52 esac
    52 esac
    53 
    53 
    54 ${COMPILEJAVA}${FS}bin${FS}javac ${TESTJAVACOPTS} ${TESTTOOLVMOPTS} -d . \
    54 ${COMPILEJAVA}${FS}bin${FS}javac ${TESTJAVACOPTS} ${TESTTOOLVMOPTS} -d . \
    55     ${TESTSRC}${FS}DebugReportsOneExtraByte.java
    55     ${TESTSRC}${FS}DebugReportsOneExtraByte.java
    56 
    56 
    57 STRING='main, WRITE: TLSv1 Application Data, length = 8'
    57 STRING='WRITE: TLS10 application_data, length = 8'
    58 
    58 
    59 echo "Examining debug output for the string:"
    59 echo "Examining debug output for the string:"
    60 echo "${STRING}"
    60 echo "${STRING}"
    61 echo "========="
    61 echo "========="
    62 
    62