Re: [ovs-dev] [PATCH 11/16] file_name.at: Disable Posix specific tests on Windows.

2014-06-09 Thread Ben Pfaff
On Fri, May 30, 2014 at 12:06:19PM -0700, Gurucharan Shetty wrote: > file_name.at tests dirname(), basename() and symlinks tests > that are POSIX related. > > Though we run the unit tests on msys, msys > automatically converts '/' to a Windows equivalent 'C:/foo/bar' > So, dirname() and basename()

[ovs-dev] [PATCH 11/16] file_name.at: Disable Posix specific tests on Windows.

2014-05-30 Thread Gurucharan Shetty
file_name.at tests dirname(), basename() and symlinks tests that are POSIX related. Though we run the unit tests on msys, msys automatically converts '/' to a Windows equivalent 'C:/foo/bar' So, dirname() and basename() wouldn't really work. Also, Windows does not have a one-one symlink functiona