--- a/hotspot/test/compiler/6894807/Test6894807.sh Tue Aug 28 15:24:39 2012 -0700
+++ b/hotspot/test/compiler/6894807/Test6894807.sh Wed Aug 29 14:49:05 2012 -0400
@@ -31,6 +31,11 @@
PS=";"
FS="\\"
;;
+ CYGWIN_* )
+ NULL=/dev/null
+ PS=";"
+ FS="/"
+ ;;
* )
echo "Unrecognized system!"
exit 1;