Bram Moolenaar <[email protected]> wrote: > > Taro Muraoka wrote: > >> There are tests failed on DOS/Windows environment. >> I have fixed two of them. >> Please check attached patches. >> >> >> test50: Short name seems depending on OS version. >> On my Win7, "c:/x.x.y" has short name "c:/XX9B80~1.Y", it will not be >> matched. >> So I made it flexible. >> >> test77: failed when "cksum" available (MinGW or Cygwin). > > Thanks. test50 fails on Unix though, I'll need to fix that.
I'm not sure if cksum behaves like md5sum, but for md5sum, it is necessary to use the -b flag (md5sum -b) to have the same md5 on Windows and Linux because by default, md5sum opens file in text mode which can give different results on Windows and on Linux. I don't see a -b option to cksum though in the man page on Linux though. Dominique -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
