msysgit / git

msysGit-based Git for Windows 1.x is now superseded by Git for Windows 2.x
http://github.com/git-for-windows/git
Other
1k stars 316 forks source link

t2025-checkout-long-paths.sh fails if 8.3 file name support is disabled #338

Closed max630 closed 9 years ago

max630 commented 9 years ago

Tests 'checkout of long paths without core.longpaths fails' and 'checkout of long paths with core.longpaths works' with message "file longpa~1/longtestfile does not exist" if 8.3 file name creation is disabled, like described here: http://support.microsoft.com/en-us/kb/121007

dscho commented 9 years ago

That is expected. The unit tests should recapitulate the common setups, and on common setups the 8.3. file name support is enabled. I am sure you agree!