Skip to content

Commit

Permalink
lxc-test-symlink: add a test using absolute symlink
Browse files Browse the repository at this point in the history
This would have caught the regression last night.

Signed-off-by: Serge Hallyn <serge.hallyn@ubuntu.com>
Acked-by: Stéphane Graber <stgraber@ubuntu.com>
  • Loading branch information
hallyn authored and stgraber committed Oct 5, 2015
1 parent 7111ed6 commit 13cea07
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tests/lxc-test-symlink
Expand Up @@ -50,6 +50,7 @@ cat >> /var/lib/lxc/symtest1/config << EOF
lxc.mount.entry = $dirname opt/xxx/dir none bind,create=dir
lxc.mount.entry = $fname opt/xxx/file none bind,create=file
lxc.mount.entry = $fname2 opt/xxx/file2 none bind
lxc.mount.entry = $dirname /var/lib/lxc/symtest1/rootfs/opt/xxx/dir2 none bind,create=dir
EOF

# Regular - should succeed
Expand Down

0 comments on commit 13cea07

Please sign in to comment.