The test does this:
realpid=`ps -o pid,ppid,comm|grep ${pid}|grep "java"|cut -c1-6`
But on cygwin, ps does not allow a -o option.
realpid=`ps -o pid,ppid,comm|grep ${pid}|grep "java"|cut -c1-6`
But on cygwin, ps does not allow a -o option.
- duplicates
-
JDK-6911117 These tests do not work with CYGWIN: com/sun/jdi
-
- Resolved
-