mirror of
https://github.com/git/git.git
synced 2024-11-27 12:03:55 +08:00
Merge branch 'mt/t2080-cp-symlink-fix'
Test portability fix. * mt/t2080-cp-symlink-fix: t2080: fix cp invocation to copy symlinks instead of following them
This commit is contained in:
commit
2f0ca41349
@ -114,7 +114,7 @@ do
|
||||
|
||||
test_expect_success "$mode checkout" '
|
||||
repo=various_$mode &&
|
||||
cp -R various $repo &&
|
||||
cp -R -P various $repo &&
|
||||
|
||||
# The just copied files have more recent timestamps than their
|
||||
# associated index entries. So refresh the cached timestamps
|
||||
|
Loading…
Reference in New Issue
Block a user