[test] Permit NetBSD in filesystem_dynamic_test_helper.py

llvm-svn: 348872
This commit is contained in:
Michal Gorny 2018-12-11 18:29:35 +00:00
parent 471b8b73c9
commit 97569391ea
1 changed files with 2 additions and 1 deletions

View File

@ -4,7 +4,8 @@ import stat
# Ensure that this is being run on a specific platform # Ensure that this is being run on a specific platform
assert sys.platform.startswith('linux') or sys.platform.startswith('darwin') \ assert sys.platform.startswith('linux') or sys.platform.startswith('darwin') \
or sys.platform.startswith('cygwin') or sys.platform.startswith('freebsd') or sys.platform.startswith('cygwin') or sys.platform.startswith('freebsd') \
or sys.platform.startswith('netbsd')
def env_path(): def env_path():
ep = os.environ.get('LIBCXX_FILESYSTEM_DYNAMIC_TEST_ROOT') ep = os.environ.get('LIBCXX_FILESYSTEM_DYNAMIC_TEST_ROOT')