< prev index next >

test/jdk/javax/imageio/spi/AppletContextTest/BadPluginConfigurationTest.sh

Print this page
rev 59383 : [mq]: final

*** 1,7 **** #!/bin/ksh -p ! # Copyright (c) 2005, 2018, 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 # under the terms of the GNU General Public License version 2 only, as # published by the Free Software Foundation. --- 1,7 ---- #!/bin/ksh -p ! # Copyright (c) 2005, 2020, 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 # under the terms of the GNU General Public License version 2 only, as # published by the Free Software Foundation.
*** 101,111 **** if ! [ -e ${MKTEMP} ] ; then pass "Test skipped because no mktemp found on this machine" fi ;; ! Darwin | Linux | SunOS ) FILESEP="/" PATHSEP=":" TMP=`cd /tmp; pwd -P` ;; --- 101,111 ---- if ! [ -e ${MKTEMP} ] ; then pass "Test skipped because no mktemp found on this machine" fi ;; ! Darwin | Linux ) FILESEP="/" PATHSEP=":" TMP=`cd /tmp; pwd -P` ;;
< prev index next >