1
0
Fork 0
mirror of https://github.com/git/git.git synced 2024-05-30 03:16:31 +02:00

Merge branch 'mt/t2080-cp-symlink-fix' into next

Test portability fix.

* mt/t2080-cp-symlink-fix:
  t2080: fix cp invocation to copy symlinks instead of following them
This commit is contained in:
Junio C Hamano 2021-05-27 12:18:24 +09:00
commit 0b90c816b3

View File

@ -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