Fix fs::proximate tests on platforms where /net exists.
authorEric Fiselier <eric@efcs.ca>
Tue, 3 Apr 2018 01:52:12 +0000 (01:52 +0000)
committerEric Fiselier <eric@efcs.ca>
Tue, 3 Apr 2018 01:52:12 +0000 (01:52 +0000)
commit9085c6fcd8dcb2dbee6f519e2267f30c3b1cca9a
tree83990a6a3e9c618cab2449a66d8eff1934bb1bfc
parent061354b586bb03b9869565334be88d7997b36d95
Fix fs::proximate tests on platforms where /net exists.

The proximate tests depended on `/net` not being a valid path,
however, on OS X it is.

Correct the tests to handle this.

llvm-svn: 329038
libcxx/test/std/experimental/filesystem/fs.op.funcs/fs.op.proximate/proximate.pass.cpp