aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorchegar <none@none>2013-11-11 10:33:02 +0000
committerchegar <none@none>2013-11-11 10:33:02 +0000
commit3643928a2d36b978f335a83e039abf0a9c034fdf (patch)
tree6ae706c8675a146789ef67e5e3024345a4a48b95 /test
parentc39a728be4cc88a9bfece182e85888bd8f15683a (diff)
8028102: All test targets, jdk/test/Makefile, fail on Windows
Reviewed-by: mduigou
Diffstat (limited to 'test')
-rw-r--r--test/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile b/test/Makefile
index 9a9092df1..d8e7dd86a 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -64,7 +64,7 @@ UNAME_S := $(shell $(UNAME) -s | $(CUT) -f1 -d_)
ifeq ($(UNAME_S), CYGWIN)
# Location of developer shared files
SLASH_JAVA = J:
- GETMIXEDPATH = cygpath -m -s
+ GETMIXEDPATH = cygpath -m
else
# Location of developer shared files
SLASH_JAVA = /java