summaryrefslogtreecommitdiff
path: root/tests/win32
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #3613 from ethomson/fixupsCarlos Martín Nieto2016-02-181-1/+1
|\ | | | | Remove most of the silly warnings
| * win32: drop incorrect `const`nessEdward Thomson2016-02-161-1/+1
| |
* | win32: tests around handling forbidden pathsEdward Thomson2016-02-171-0/+183
|/ | | | | | | | | | | | | Introduce a repository that contains some paths that were illegal on PC-DOS circa 1981 (like `aux`, `con`, `com1`) and that in a bizarre fit of retrocomputing, remain illegal on some "modern" computers, despite being "new technology". Introduce some aspirational tests that suggest that we should be able to cope with trees and indexes that contain paths that would be illegal on the filesystem, so that we can at least diff them. Further ensure that checkout will not write a repository with forbidden paths.
* tests: win32::longpath: free expected_msgPatrick Steinhardt2015-11-241-0/+2
|
* win32::longpath: don't print pathlongpath-printfEdward Thomson2015-09-281-2/+0
|
* win32: test checkout msg on long path errEdward Thomson2015-09-231-0/+62