jdk/test/sun/security/mscapi/IsSunMSCAPIAvailable.sh
changeset 33868 9c1bde39fe18
parent 15254 3997a6f357cb
equal deleted inserted replaced
33867:c07b6cc0c61d 33868:9c1bde39fe18
     1 #!/bin/sh
     1 #!/bin/sh
     2 
     2 
     3 #
     3 #
     4 # Copyright (c) 2005, 2011, Oracle and/or its affiliates. All rights reserved.
     4 # Copyright (c) 2005, 2015, 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.
    24 #
    24 #
    25 
    25 
    26 
    26 
    27 # @test
    27 # @test
    28 # @bug 6318171 6931562
    28 # @bug 6318171 6931562
       
    29 # @requires os.family == "windows"
    29 # @run shell IsSunMSCAPIAvailable.sh
    30 # @run shell IsSunMSCAPIAvailable.sh
    30 # @summary Basic test of the Microsoft CryptoAPI provider.
    31 # @summary Basic test of the Microsoft CryptoAPI provider.
    31 
    32 
    32 OS=`uname -s`
    33 OS=`uname -s`
    33 case "$OS" in
    34 case "$OS" in