7098530: tools/javac/javazip/Test.sh can fail on Windows
Summary: Fix cygpath command to properly convert path
Reviewed-by: jjg
--- a/langtools/test/tools/javac/javazip/Test.sh Wed Oct 19 15:29:46 2011 -0700
+++ b/langtools/test/tools/javac/javazip/Test.sh Fri Oct 21 14:14:29 2011 -0700
@@ -47,7 +47,7 @@
;;
CYGWIN* )
FS="/"
- SCR=`pwd | cygpath -d`
+ SCR=`pwd | cygpath -d -f -`
;;
Windows* )
FS="\\"