mirror of
https://github.com/git/git.git
synced 2026-01-24 09:30:22 +00:00
fixup! Win32: support long paths
This commit is contained in:
@@ -36,13 +36,11 @@ test_expect_success 'checkout of long paths without core.longpaths fails' '
|
||||
test_expect_success 'checkout of long paths with core.longpaths works' '
|
||||
git config core.longpaths true &&
|
||||
git checkout -f &&
|
||||
(cd longpa* &&
|
||||
test_path_is_file longtestfile)
|
||||
test_path_is_file longpa*/longtestfile
|
||||
'
|
||||
|
||||
test_expect_success 'update of long paths' '
|
||||
(cd longpa* &&
|
||||
echo frotz >> longtestfile) &&
|
||||
echo frotz >>$(ls longpa*/longtestfile) &&
|
||||
echo $path > expect &&
|
||||
git ls-files -m > actual &&
|
||||
test_cmp expect actual &&
|
||||
|
||||
Reference in New Issue
Block a user