Skip to content

Commit 2f0ca41

Browse files
committed
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
2 parents f4d715b + ea08db7 commit 2f0ca41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/t2080-parallel-checkout-basics.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ do
114114

115115
test_expect_success "$mode checkout" '
116116
repo=various_$mode &&
117-
cp -R various $repo &&
117+
cp -R -P various $repo &&
118118
119119
# The just copied files have more recent timestamps than their
120120
# associated index entries. So refresh the cached timestamps

0 commit comments

Comments
 (0)