Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MSYS symlink #15

Open
john-peterson opened this issue Jul 13, 2013 · 1 comment
Open

MSYS symlink #15

john-peterson opened this issue Jul 13, 2013 · 1 comment
Labels

Comments

@john-peterson
Copy link

Problem

uname -a; echo $MSYSTEM
MSYS_NT-6.1 PC 1.0.18(0.48/3/2) 2012-11-21 22:34 i686 Msys
MSYS

git clone git://github.com/petdance/file-next.git && cd file-next
perl Makefile.PL
make
make test

/bin/perl.exe "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/00-load.........# Testing File::Next 1.12, Perl 5.008008, /bin/perl.exe
t/00-load.........ok
t/api.............ok
t/basic...........ok
t/dirs............ok
t/dot.............ok
t/everything......ok
t/follow..........ok 1/6
#   Failed test 'NO_FOLLOW'
#   at t/follow.t line 73.
#     Structures begin differing at:
#          $got->[12] = 't/swamp/linkdir/a1'
#     $expected->[12] = 't/swamp/parrot.pir'
t/follow..........NOK 4# Looks like you failed 1 test of 6.

Problem description

In MSYS

mkdir -p a; touch a/a1 a/a2

this

ln -s a linkdir

is equivalent to

cp -r a linkdir
@petdance
Copy link
Owner

I don't understand the problem. What does "MSYS symlink" mean?

@petdance petdance added the Bug label Dec 10, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants