pkg/symlink
lalyos 64b6d99e35 Adding test case for symlink causes infinit loop, reproduces: dotcloud#5370
normally symlinks are created as either
ln -s /path/existing /path/new-name
or
cd /path && ln -s ./existing new-name

but one can create it this way
cd /path && ln -s existing new-name

this drives FollowSymlinkInScope into infinite loop

Docker-DCO-1.1-Signed-off-by: Lajos Papp <lajos.papp@sequenceiq.com> (github: lalyos)
2014-05-16 00:47:20 +02:00
..
testdata/fs Adding test case for symlink causes infinit loop, reproduces: dotcloud#5370 2014-05-16 00:47:20 +02:00
fs.go Move Follow symlink to pkg 2014-05-13 10:35:57 -07:00
fs_test.go Adding test case for symlink causes infinit loop, reproduces: dotcloud#5370 2014-05-16 00:47:20 +02:00
MAINTAINERS Add MAINTAINERS file to symlink pkg 2014-05-13 11:27:24 -07:00