6963102: Testcase failures sun/tools/jstatd/jstatdExternalRegistry.sh and sun/tools/jstatd/jstatdDefaults.sh

Make tests more resilient by allowing for more error messages from jps

Reviewed-by: alanb, rbackman, dsamersoff
This commit is contained in:
Staffan Larsen 2012-09-05 14:42:44 +02:00
parent 52ca21c92a
commit 330ba0e873

@ -7,7 +7,7 @@ BEGIN {
matched++;
}
/^[0-9]+ -- process information unavailable$/ {
/^[0-9]+ -- .*$/ {
matched++;
}