From 0ec3fd796b5873223dc0202bcff6fc23bc9eb87f Mon Sep 17 00:00:00 2001 From: Weijun Wang Date: Mon, 22 Apr 2013 11:39:53 +0800 Subject: [PATCH] 8005527: [TEST_BUG] console.sh failed Automatically with exit code 1 Reviewed-by: xuelei --- jdk/test/sun/security/tools/keytool/console.sh | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/jdk/test/sun/security/tools/keytool/console.sh b/jdk/test/sun/security/tools/keytool/console.sh index ec0f05961f8..ec338ca373d 100644 --- a/jdk/test/sun/security/tools/keytool/console.sh +++ b/jdk/test/sun/security/tools/keytool/console.sh @@ -1,5 +1,3 @@ -#! /bin/sh - # # Copyright (c) 2006, 2008, Oracle and/or its affiliates. All rights reserved. # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. @@ -24,10 +22,11 @@ # # @test -# @bug 6418647 +# @bug 6418647 8005527 # @summary Doc bug 5035358 shows sun.security.util.Password.readPassword() is buggy. # @author Weijun Wang -# +# @ignore unable to test manual tools that have input from stdin, +# and output to stderr and stdout # @run shell/manual console.sh if [ "$ALT_PASS" = "" ]; then