file_name.at: Skip a symlink related test for Windows.
authorGurucharan Shetty <gshetty@nicira.com>
Mon, 16 Jun 2014 18:08:14 +0000 (11:08 -0700)
committerGurucharan Shetty <gshetty@nicira.com>
Thu, 26 Jun 2014 23:46:58 +0000 (16:46 -0700)
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>
tests/file_name.at

index 0d19462..e263ce3 100644 (file)
@@ -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])