commit | 8aea8a6664f5d874009a39e6c27832c2bf3f7186 | [log] [tgz] |
---|---|---|
author | Jean-Jacques Hiblot <jjhiblot@ti.com> | Wed Feb 13 12:15:27 2019 +0100 |
committer | Tom Rini <trini@konsulko.com> | Tue Apr 09 20:04:03 2019 -0400 |
tree | 1d8f1dc0ca7557520eef15feb870e64777992d59 | |
parent | bc237482f307ec305c45b5fb86af2fc447613ee7 [diff] |
test: fs: Added tests for symlinks Test cases are: 1) basic link creation, verify it can be followed 2) chained links, verify it can be followed 3) replace exiting file a with a link, and a link with a link. verify it can be followed 4) create a broken link, verify it can't be followed Signed-off-by: Jean-Jacques Hiblot <jjhiblot@ti.com> Reviewed-by: Tom Rini <trini@konsulko.com>