-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P3
-
Affects Version/s: 1.4.2
-
Component/s: other-libs
-
b01
-
generic
-
windows
-
Verified
Test vm/runtime/6626217/Test6626217.sh fails on Windows because of wrong commands in script Test6626217.sh
Windows_* )
NULL=NUL
PS=";"
FS="\\"
RM=del
CP=copy
MV=move
;;
Commands del copy and move do not exist when using MKS Toolkit or cygwin
Windows_* )
NULL=NUL
PS=";"
FS="\\"
RM=del
CP=copy
MV=move
;;
Commands del copy and move do not exist when using MKS Toolkit or cygwin