summaryrefslogtreecommitdiffstats
path: root/libcxx
diff options
context:
space:
mode:
authorMichal Gorny <mgorny@gentoo.org>2018-12-11 18:29:35 +0000
committerMichal Gorny <mgorny@gentoo.org>2018-12-11 18:29:35 +0000
commit97569391eadefedeb66ef6ce9ce6e185d53e506b (patch)
treed365a468f716859a2030fdc991fc00c831fbbc60 /libcxx
parent471b8b73c938618af357b69d8352452ed8862672 (diff)
downloadbcm5719-llvm-97569391eadefedeb66ef6ce9ce6e185d53e506b.tar.gz
bcm5719-llvm-97569391eadefedeb66ef6ce9ce6e185d53e506b.zip
[test] Permit NetBSD in filesystem_dynamic_test_helper.py
llvm-svn: 348872
Diffstat (limited to 'libcxx')
-rw-r--r--libcxx/test/support/filesystem_dynamic_test_helper.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/libcxx/test/support/filesystem_dynamic_test_helper.py b/libcxx/test/support/filesystem_dynamic_test_helper.py
index 081e678b6e8..5bb5b258c85 100644
--- a/libcxx/test/support/filesystem_dynamic_test_helper.py
+++ b/libcxx/test/support/filesystem_dynamic_test_helper.py
@@ -4,7 +4,8 @@ import stat
# Ensure that this is being run on a specific platform
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():
ep = os.environ.get('LIBCXX_FILESYSTEM_DYNAMIC_TEST_ROOT')
OpenPOWER on IntegriCloud