On 05/09/2012 12:51, Staffan Larsen wrote:
:

diff --git a/test/sun/tools/jstatd/jpsOutput1.awk b/test/sun/tools/jstatd/jpsOutput1.awk
--- a/test/sun/tools/jstatd/jpsOutput1.awk
+++ b/test/sun/tools/jstatd/jpsOutput1.awk
@@ -7,7 +7,7 @@
   matched++;
}
-/^[0-9]+ -- process information unavailable$/{
+/^[0-9]+ -- .*$/{
   matched++;
}
It's great to make these tests more reliable, this change looks good to me.

-Alan

Reply via email to