-
Bug
-
Resolution: Fixed
-
P3
-
1.4.2
-
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