diff options
author | Gurucharan Shetty <gshetty@nicira.com> | 2014-06-16 11:08:14 -0700 |
---|---|---|
committer | Gurucharan Shetty <gshetty@nicira.com> | 2014-06-26 16:46:58 -0700 |
commit | e4df4eb7d85b567fa96fa2d363a598f865c5ffb8 (patch) | |
tree | f8653e59c1f3b71bdaeb26333d0618c14b3b4f97 /tests | |
parent | ccad219bdb4d504d97975b3cbdb588af0528afa1 (diff) | |
download | openvswitch-e4df4eb7d85b567fa96fa2d363a598f865c5ffb8.tar.gz |
file_name.at: Skip a symlink related test for Windows.
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 <gshetty@nicira.com>
Acked-by: Ben Pfaff <blp@nicira.com>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/file_name.at | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/file_name.at b/tests/file_name.at index 0d19462d0..e263ce326 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]) |