[ovs-dev] [PATCH 09/17] file_name.at: Skip a symlink related test for Windows.

Gurucharan Shetty shettyg at nicira.com
Tue Jun 24 18:52:55 UTC 2014


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 at 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




More information about the dev mailing list