mirror of
https://github.com/git/git.git
synced 2026-02-05 15:34:07 +00:00
fixup! t9100: don't use symlinks with SVN on MINGW
Turns out that this patch is not needed at all (this came up when contributing the third batch of Windows-specific patches to upstream). Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
This commit is contained in:
@@ -25,14 +25,7 @@ test_expect_success \
|
||||
(
|
||||
cd import &&
|
||||
echo foo >foo &&
|
||||
if test_have_prereq !MINGW
|
||||
then
|
||||
ln -s foo foo.link
|
||||
else
|
||||
# MSYS libsvn does not support symlinks, so always use cp, even if
|
||||
# ln -s actually works
|
||||
cp foo foo.link
|
||||
fi
|
||||
ln -s foo foo.link
|
||||
mkdir -p dir/a/b/c/d/e &&
|
||||
echo "deep dir" >dir/a/b/c/d/e/file &&
|
||||
mkdir bar &&
|
||||
|
||||
Reference in New Issue
Block a user