This commit is contained in:
Jeremie Dimino 2018-05-16 15:18:36 +01:00
parent 2cf1631730
commit 62997d6676
1 changed files with 2 additions and 2 deletions

View File

@ -20,8 +20,8 @@
foo
$ mkdir -p symlink-outside-root2/root
$ mkdir -p symlink-outside-root2/root/other/a
$ mkdir -p symlink-outside-root2/root/other/b
$ mkdir -p symlink-outside-root2/other/a
$ mkdir -p symlink-outside-root2/other/b
$ cd symlink-outside-root2/other/a && ln -s ../b x
$ cd symlink-outside-root2/other/b && ln -s ../a x
$ cd symlink-outside-root2/root && ln -s ../other src