From dafdd3677f80e17d223a4fd61991d8b4073c2ca6 Mon Sep 17 00:00:00 2001 From: Staffan Larsen Date: Tue, 7 May 2013 20:00:47 +0200 Subject: [PATCH] 8004007: test/sun/tools/jinfo/Basic.sh fails on when runSA is set to true Reviewed-by: alanb, dsamersoff --- jdk/test/sun/tools/jinfo/Basic.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/jdk/test/sun/tools/jinfo/Basic.sh b/jdk/test/sun/tools/jinfo/Basic.sh index 0fdcb9e1e38..e12bbb3ce33 100644 --- a/jdk/test/sun/tools/jinfo/Basic.sh +++ b/jdk/test/sun/tools/jinfo/Basic.sh @@ -43,8 +43,7 @@ set +e failed=0 -# Skip SA options for now, see 7175133 -runSA=false +runSA=true if [ $isMacos = true ]; then runSA=false