tests/checkout/icase.c


Log

Author Commit Date CI Message
Claudiu Olteanu dcf6c0c4 2015-03-16T23:08:16 Lower case the include directive of windows header Since the Linux platform has a case sensitive file system, the header name should be lower case for cross compiling purposes. (On Linux, the mingw header is called ```windows.h```).
Edward Thomson 1ce9ea3b 2015-01-15T17:17:01 checkout tests: cleanup realpath impl on Win32
Edward Thomson f9df7b62 2015-01-14T20:16:01 checkout tests: emulate p_realpath poorly on Win32
Edward Thomson 8d655239 2015-01-16T18:37:06 checkout: remove files before writing new ones On case insensitive filesystems, we may have files in the working directory that case fold to a name we want to write. Remove those files (by default) so that we will not end up with a filename that has the unexpected case.