There is no one-one mapping of symlinks between Linux and Windows. This test currently fails on Windows and we do not really need this functionality on Windows. So skip it.
Signed-off-by: Gurucharan Shetty <gshe...@nicira.com> --- tests/file_name.at | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/file_name.at b/tests/file_name.at index 0d19462..e263ce3 100644 --- a/tests/file_name.at +++ b/tests/file_name.at @@ -104,6 +104,7 @@ CHECK_FOLLOW([y], [/dev/full]) AT_CLEANUP AT_SETUP([follow_symlinks - nonexistent files]) +AT_SKIP_IF([test "$IS_WIN32" = "yes"]) CHECK_FOLLOW([nonexistent], [nonexistent]) CHECK_FOLLOW([a/b/c], [a/b/c]) CHECK_FOLLOW([/a/b/c], [/a/b/c]) -- 1.7.9.5 _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev